Apache CXF API

org.apache.cxf.ws.rm
Class RMMessageConstants

java.lang.Object
  extended by org.apache.cxf.ws.rm.RMMessageConstants

public final class RMMessageConstants
extends Object

A container for WS-RM message constants.


Field Summary
static String ORIGINAL_REQUESTOR_ROLE
           
static String RM_PROPERTIES_INBOUND
          Used to cache inbound RM properties in message.
static String RM_PROPERTIES_OUTBOUND
          Used to cache outbound RM properties in message.
static String SAVED_CONTENT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RM_PROPERTIES_OUTBOUND

public static final String RM_PROPERTIES_OUTBOUND
Used to cache outbound RM properties in message.

See Also:
Constant Field Values

RM_PROPERTIES_INBOUND

public static final String RM_PROPERTIES_INBOUND
Used to cache inbound RM properties in message.

See Also:
Constant Field Values

ORIGINAL_REQUESTOR_ROLE

public static final String ORIGINAL_REQUESTOR_ROLE
See Also:
Constant Field Values

SAVED_CONTENT

public static final String SAVED_CONTENT
See Also:
Constant Field Values

Apache CXF API

Apache CXF