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 Summary
Fields Modifier and Type Field Description static String
DECOUPLED_ENDPOINT_BASE_PROPERTY
static String
REPLYTO_PROPERTY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
retrieveUsingAddressing(Message message)
Retrieve UsingAddressing override flag from the context
-
-
-
Field Detail
-
REPLYTO_PROPERTY
public static final String REPLYTO_PROPERTY
- See Also:
- Constant Field Values
-
DECOUPLED_ENDPOINT_BASE_PROPERTY
public static final String DECOUPLED_ENDPOINT_BASE_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
retrieveUsingAddressing
public static boolean retrieveUsingAddressing(Message message)
Retrieve UsingAddressing override flag from the context- Parameters:
message
- the current message- Returns:
- true if UsingAddressing should be overridden
-
-