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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to