Allow extensions to save information about client async request ---------------------------------------------------------------
Key: TUSCANY-3976 URL: https://issues.apache.org/jira/browse/TUSCANY-3976 Project: Tuscany Issue Type: Improvement Affects Versions: Java-SCA-2.0 Reporter: Greg Dritschler Priority: Minor Tuscany extensions may need to save information about a client's asynchronous request for use when processing the asynchronous response. Extensions can create their own maps by message id to do this, but it would be simpler to just provide access to the existing message store in Tuscany's async response invoker. I am submitting a patch to do this. Changes: RuntimeEndpointReference -- added a method to get the async response invoker for an operation JDKAsyncResponseInvoker -- added a method to get the response handler for a given message id AsyncContext -- new interface implementated by response handler to store/retrieve data -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira