Package org.apache.cxf.ws.addressing
Class WSAContextUtils
java.lang.Object
org.apache.cxf.ws.addressing.WSAContextUtils
Holder for utility methods relating to contexts.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanretrieveUsingAddressing(Message message) Retrieve UsingAddressing override flag from the context
- 
Field Details- 
REPLYTO_PROPERTY- See Also:
 
- 
DECOUPLED_ENDPOINT_BASE_PROPERTY- See Also:
 
 
- 
- 
Method Details- 
retrieveUsingAddressingRetrieve UsingAddressing override flag from the context- Parameters:
- message- the current message
- Returns:
- true if UsingAddressing should be overridden
 
 
-