You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/09/27 03:51:44 UTC

[jira] Assigned: (CXF-1825) Allow request/response contexts access when using JCA outbound connector

     [ https://issues.apache.org/jira/browse/CXF-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CXF-1825:
---------------------------------

    Assignee: Willem Jiang

> 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
>            Assignee: Willem Jiang
>             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.