JAX-WS MessageContext properties retrieval from handlers
--------------------------------------------------------

                 Key: CXF-2532
                 URL: https://issues.apache.org/jira/browse/CXF-2532
             Project: CXF
          Issue Type: Improvement
          Components: JAX-WS Runtime
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: 2.2.5


The MessageContext.WSDL_* properties are currently not available in the context 
passed in jaxws handlers as they're written to the context later in 
RPCInInterceptor (and just in some cases).
We should add a mean of getting those props on-demand directly from the current 
Exchange.
For compatibility reasons, for now this is going to happen just when the 
required props is not set in the context yet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to