Introducing the Data binding for the Asynchronous programming model case
------------------------------------------------------------------------
Key: AXIS2-114
URL: http://issues.apache.org/jira/browse/AXIS2-114
Project: Apache Axis 2.0 (Axis2)
Type: Improvement
Components: databinding
Environment: NA
Reporter: Chathura Herath
Assigned to: Chathura Herath
Currently the Callback handler in the Clientside, for each of the resume
operations it gets a AsyncResult as a parameter.
/**
* auto generated Axis2 call back method for echoStringArray method
*
*/
public void
receiveResultechoStringArray(org.apache.axis2.clientapi.AsyncResult result) {
//Fill here with the code to handle the response
}
This should be changed to get the data bound to this operations as well.
--
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