Package org.apache.cxf.ws.addressing
Class WSAContextUtils
- java.lang.Object
- 
- org.apache.cxf.ws.addressing.WSAContextUtils
 
- 
 public final class WSAContextUtils extends Object Holder for utility methods relating to contexts.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDECOUPLED_ENDPOINT_BASE_PROPERTYstatic StringREPLYTO_PROPERTY
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanretrieveUsingAddressing(Message message)Retrieve UsingAddressing override flag from the context
 
- 
- 
- 
Field Detail- 
REPLYTO_PROPERTYpublic static final String REPLYTO_PROPERTY - See Also:
- Constant Field Values
 
 - 
DECOUPLED_ENDPOINT_BASE_PROPERTYpublic static final String DECOUPLED_ENDPOINT_BASE_PROPERTY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
retrieveUsingAddressingpublic static boolean retrieveUsingAddressing(Message message) Retrieve UsingAddressing override flag from the context- Parameters:
- message- the current message
- Returns:
- true if UsingAddressing should be overridden
 
 
- 
 
-