Package org.apache.cxf.ws.rm
Class RMMessageConstants
- java.lang.Object
-
- org.apache.cxf.ws.rm.RMMessageConstants
-
public final class RMMessageConstants extends Object
A container for WS-RM message constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACK_REQUEST_MODE
Mode for requesting acknowledgements (org.apache.cxf.ws.rm.managerAckRequestMode
value, overrides SourcePolicy configuration).static String
ATTACHMENTS_CLOSEABLE
Variable holds reference to source streams of the attachments.static String
MESSAGE_CAPTURE
Boolean property TRUE for a chain used to capture a message.static String
ORIGINAL_REQUESTOR_ROLE
static String
RM_CLIENT_CALLBACK
Client callback (must be instance ofMessageCallback
).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
RM_RETRANSMISSION
Retransmission in progress flag (Boolean.TRUE if in progress).static String
SAVED_CONTENT
Message content must be an instance ofCachedOutputStream
.
-
-
-
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
Message content must be an instance ofCachedOutputStream
.- See Also:
- Constant Field Values
-
ATTACHMENTS_CLOSEABLE
public static final String ATTACHMENTS_CLOSEABLE
Variable holds reference to source streams of the attachments. It must be an instance ofCloseable
.- See Also:
- Constant Field Values
-
RM_RETRANSMISSION
public static final String RM_RETRANSMISSION
Retransmission in progress flag (Boolean.TRUE if in progress).- See Also:
- Constant Field Values
-
MESSAGE_CAPTURE
public static final String MESSAGE_CAPTURE
Boolean property TRUE for a chain used to capture a message.- See Also:
- Constant Field Values
-
RM_CLIENT_CALLBACK
public static final String RM_CLIENT_CALLBACK
Client callback (must be instance ofMessageCallback
).- See Also:
- Constant Field Values
-
ACK_REQUEST_MODE
public static final String ACK_REQUEST_MODE
Mode for requesting acknowledgements (org.apache.cxf.ws.rm.managerAckRequestMode
value, overrides SourcePolicy configuration).- See Also:
- Constant Field Values
-
-