To elaborate on relaxing the single callback method assumption, one way to
gain knowledge about the callback method invoked by the service at the other
end, is to pull from axis2 whatever bit of pertinent information that may be
conveyed in the callback envelope. For instance, the soap operation could be
used, provided it can be gracefully extracted.
----- Original Message -----
From: "Ignacio Silva-Lepe (JIRA)" <[email protected]>
To: <[email protected]>
Sent: Wednesday, September 13, 2006 4:46 PM
Subject: [jira] Updated: (TUSCANY-721) Adding support for callbacks over
bindings.axis2
[ http://issues.apache.org/jira/browse/TUSCANY-721?page=all ]
Ignacio Silva-Lepe updated TUSCANY-721:
---------------------------------------
Attachment: Axis2Callbacks.patch
This patch contains the main code and preliminary test cases added to the
existing ones. More testing, including integration testing with data
binding and across client and server is needed, which depends on Raymond's
work on data binding integration. So, this patch is not quite ready to be
committed. It is being posted to allow Raymond (and anyone else
interested) to perform more testing. It is also posted in the interest of
not letting it become stale as the work on data binding integration
proceeds.
The code in this patch makes the (rather major) assumption that there is
only one callback method. Relaxing this assumption, however, does not seem
to be trivial, it may depend on knowledge of what actual callback method
was invoked by the service at the other end.
In addition, the assumption is made for now that the transport mep is
synchronous. That is, options.isUseSeparateListener remains false on the
operation client. If/when there is an architected way to change this
option, the assumption can be relaxed.
Adding support for callbacks over bindings.axis2
------------------------------------------------
Key: TUSCANY-721
URL: http://issues.apache.org/jira/browse/TUSCANY-721
Project: Tuscany
Issue Type: New Feature
Components: Java SCA Axis Binding
Affects Versions: Java-M2
Reporter: Ignacio Silva-Lepe
Assigned To: Ignacio Silva-Lepe
Fix For: Java-M2
Attachments: Axis2Callbacks.patch
Support for callbacks over Axis2 binding is added.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]