You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Thilo Frotscher (JIRA)" <ji...@apache.org> on 2006/07/31 07:44:13 UTC

[jira] Created: (AXIS2-945) Property clientData in generated CallbackHandler is unaccessible

Property clientData in generated CallbackHandler is unaccessible
----------------------------------------------------------------

                 Key: AXIS2-945
                 URL: http://issues.apache.org/jira/browse/AXIS2-945
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: client-api
    Affects Versions: 1.0
            Reporter: Thilo Frotscher


WSDL2Java generates an abstract callback handler class. You can pass its constructor a parameter for clientData.
When implementing your own callback handler that extends the generated abstract class, it can't access clientData because the property is private in the generated class and there's no getter-method.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-945) Property clientData in generated CallbackHandler is unaccessible

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-945?page=all ]

Davanum Srinivas updated AXIS2-945:
-----------------------------------

    Priority: Blocker  (was: Major)

> Property clientData in generated CallbackHandler is unaccessible
> ----------------------------------------------------------------
>
>                 Key: AXIS2-945
>                 URL: http://issues.apache.org/jira/browse/AXIS2-945
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.0
>            Reporter: Thilo Frotscher
>         Assigned To: Deepal Jayasinghe
>            Priority: Blocker
>
> WSDL2Java generates an abstract callback handler class. You can pass its constructor a parameter for clientData.
> When implementing your own callback handler that extends the generated abstract class, it can't access clientData because the property is private in the generated class and there's no getter-method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-945) Property clientData in generated CallbackHandler is unaccessible

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-945?page=all ]

Deepal Jayasinghe resolved AXIS2-945.
-------------------------------------

    Resolution: Fixed

Now the property is a protected and there is a getter method as well.

> Property clientData in generated CallbackHandler is unaccessible
> ----------------------------------------------------------------
>
>                 Key: AXIS2-945
>                 URL: http://issues.apache.org/jira/browse/AXIS2-945
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.0
>            Reporter: Thilo Frotscher
>         Assigned To: Deepal Jayasinghe
>            Priority: Blocker
>
> WSDL2Java generates an abstract callback handler class. You can pass its constructor a parameter for clientData.
> When implementing your own callback handler that extends the generated abstract class, it can't access clientData because the property is private in the generated class and there's no getter-method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-945) Property clientData in generated CallbackHandler is unaccessible

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-945?page=all ]

Deepal Jayasinghe reassigned AXIS2-945:
---------------------------------------

    Assignee: Deepal Jayasinghe

> Property clientData in generated CallbackHandler is unaccessible
> ----------------------------------------------------------------
>
>                 Key: AXIS2-945
>                 URL: http://issues.apache.org/jira/browse/AXIS2-945
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.0
>            Reporter: Thilo Frotscher
>         Assigned To: Deepal Jayasinghe
>
> WSDL2Java generates an abstract callback handler class. You can pass its constructor a parameter for clientData.
> When implementing your own callback handler that extends the generated abstract class, it can't access clientData because the property is private in the generated class and there's no getter-method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org