[
https://issues.apache.org/jira/browse/AXIS2-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas updated AXIS2-1657:
------------------------------------
Assignee: Amila Chinthaka Suriarachchi
> Problems in generated CallbackHandler in client side
> ----------------------------------------------------
>
> Key: AXIS2-1657
> URL: https://issues.apache.org/jira/browse/AXIS2-1657
> Project: Axis 2.0 (Axis2)
> Issue Type: Improvement
> Components: codegen
> Affects Versions: nightly
> Reporter: Deepal Jayasinghe
> Assigned To: Amila Chinthaka Suriarachchi
>
> When I generate client side code it generates a CallbackHandler abstract
> class , but the issue with that is it does not have any abstract methods. So
> I think we should generate that class with abstract methods then user can
> easily understand what he needs to do. Sample CallBackHandler class is
> attached below;
> public abstract class DateServerCallbackHandler {
> protected Object clientData;
> public DateServerCallbackHandler(Object clientData) {
> this.clientData = clientData;
> }
> public DateServerCallbackHandler() {
> this.clientData = null;
> }
> public Object getClientData() {
> return clientData;
> }
> public void receiveResultgetDates(
> com.mydomain.service.xsd.DateServerStub.GetDatesResponse param1) {
> }
> public void receiveErrorgetDates(java.lang.Exception e) {
> }
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]