Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1825

Allow request/response contexts access when using JCA outbound connector

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.9, 2.1.3
    • Integration
    • None

    Description

      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();

      Attachments

        1. CXF-1825.patch
          1 kB
          William Tam

        Activity

          People

            njiang Willem Jiang
            wtam William Tam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: