Package org.apache.cxf.ws.rm
Class RMMessageConstants
java.lang.Object
org.apache.cxf.ws.rm.RMMessageConstants
A container for WS-RM message constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMode for requesting acknowledgements (org.apache.cxf.ws.rm.managerAckRequestModevalue, overrides SourcePolicy configuration).static final StringVariable holds reference to source streams of the attachments.static final StringBoolean property TRUE for a chain used to capture a message.static final Stringstatic final StringClient callback (must be instance ofMessageCallback).static final StringUsed to cache inbound RM properties in message.static final StringUsed to cache outbound RM properties in message.static final StringRetransmission in progress flag (Boolean.TRUE if in progress).static final StringMessage content must be an instance ofCachedOutputStream. -
Method Summary
-
Field Details
-
RM_PROPERTIES_OUTBOUND
Used to cache outbound RM properties in message.- See Also:
-
RM_PROPERTIES_INBOUND
Used to cache inbound RM properties in message.- See Also:
-
ORIGINAL_REQUESTOR_ROLE
- See Also:
-
SAVED_CONTENT
Message content must be an instance ofCachedOutputStream.- See Also:
-
ATTACHMENTS_CLOSEABLE
Variable holds reference to source streams of the attachments. It must be an instance ofCloseable.- See Also:
-
RM_RETRANSMISSION
Retransmission in progress flag (Boolean.TRUE if in progress).- See Also:
-
MESSAGE_CAPTURE
Boolean property TRUE for a chain used to capture a message.- See Also:
-
RM_CLIENT_CALLBACK
Client callback (must be instance ofMessageCallback).- See Also:
-
ACK_REQUEST_MODE
Mode for requesting acknowledgements (org.apache.cxf.ws.rm.managerAckRequestModevalue, overrides SourcePolicy configuration).- See Also:
-