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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPLYTO_PROPERTY
public static final String REPLYTO_PROPERTY
- See Also:
- Constant Field Values
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
Apache CXF