[ https://issues.apache.org/jira/browse/CXF-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Tam updated CXF-1825: ----------------------------- Attachment: CXF-1825.patch > 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 > > Attachments: CXF-1825.patch > > > 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.