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 Summary
Fields - 
Method Summary
Modifier 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
- 
retrieveUsingAddressing
Retrieve UsingAddressing override flag from the context- Parameters:
 message- the current message- Returns:
 - true if UsingAddressing should be overridden
 
 
 -