Package org.apache.cxf.ws.rm
Class RMProperties
java.lang.Object
org.apache.cxf.ws.rm.RMProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidSet the WS-ReliableMessaging namespace to be used for encoding and decoding messages.getAcks()longGet the initial creation time of this RM properties instance.longGet the WS-ReliableMessaging namespace to be used for encoding and decoding messages.booleanvoidvoidvoidvoidsetCreatedTime(long createdTime) Set the initial creation time of this RM properties instance.voidvoid
-
Constructor Details
-
RMProperties
public RMProperties()
-
-
Method Details
-
getAcks
-
getAcksRequested
-
getCloseSequence
-
getSequence
-
getMessageNumber
public long getMessageNumber() -
getSourceSequence
-
isLastMessage
public boolean isLastMessage() -
setAcks
-
setAcksRequested
-
setCloseSequence
-
setSequence
-
setSequence
-
addAck
-
getNamespaceURI
Get the WS-ReliableMessaging namespace to be used for encoding and decoding messages.- Returns:
-
exposeAs
Set the WS-ReliableMessaging namespace to be used for encoding and decoding messages. -
getCreatedTime
public long getCreatedTime()Get the initial creation time of this RM properties instance.- Returns:
- Returns the createdTime.
-
setCreatedTime
public void setCreatedTime(long createdTime) Set the initial creation time of this RM properties instance.- Parameters:
createdTime- The createdTime to set.
-