Apache CXF API

org.apache.cxf.ws.addressing
Class WSAContextUtils

java.lang.Object
  extended by org.apache.cxf.ws.addressing.WSAContextUtils

public final class WSAContextUtils
extends Object

Holder for utility methods relating to contexts.


Field Summary
static String REPLYTO_PROPERTY
           
 
Method Summary
static boolean retrieveUsingAddressing(Message message)
          Retrieve UsingAddressing override flag from the context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPLYTO_PROPERTY

public static final String REPLYTO_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

Apache CXF API

Apache CXF