Allow request/response contexts access when using JCA outbound connector
------------------------------------------------------------------------
Key: CXF-1825
URL: https://issues.apache.org/jira/browse/CXF-1825
Project: CXF
Issue Type: Improvement
Components: Integration
Reporter: William Tam
Fix For: 2.2
Currently, CXF inbound connector dynamic proxy does not expose
javax.xml.ws.BindingProvider interface so client code can't do the following to
access request/response contexts.
Greeter greeter = null;
greeter = (Greeter)getServiceConnection(); //retrieve proxy (here using JCA
connector)
Map<String, Object> requestContext =
((BindingProvider)greeter).getRequestContext();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.