Package org.apache.cxf.ws.rm
Class RMProperties
- java.lang.Object
-
- org.apache.cxf.ws.rm.RMProperties
-
public class RMProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description RMProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAck(DestinationSequence seq)voidexposeAs(String uri)Set the WS-ReliableMessaging namespace to be used for encoding and decoding messages.Collection<SequenceAcknowledgement>getAcks()Collection<AckRequestedType>getAcksRequested()CloseSequenceTypegetCloseSequence()longgetCreatedTime()Get the initial creation time of this RM properties instance.longgetMessageNumber()StringgetNamespaceURI()Get the WS-ReliableMessaging namespace to be used for encoding and decoding messages.SequenceTypegetSequence()SourceSequencegetSourceSequence()booleanisLastMessage()voidsetAcks(Collection<SequenceAcknowledgement> a)voidsetAcksRequested(Collection<AckRequestedType> ar)voidsetCloseSequence(CloseSequenceType cs)voidsetCreatedTime(long createdTime)Set the initial creation time of this RM properties instance.voidsetSequence(SourceSequence seq)voidsetSequence(SequenceType s)
-
-
-
Method Detail
-
getAcks
public Collection<SequenceAcknowledgement> getAcks()
-
getAcksRequested
public Collection<AckRequestedType> getAcksRequested()
-
getCloseSequence
public CloseSequenceType getCloseSequence()
-
getSequence
public SequenceType getSequence()
-
getMessageNumber
public long getMessageNumber()
-
getSourceSequence
public SourceSequence getSourceSequence()
-
isLastMessage
public boolean isLastMessage()
-
setAcks
public void setAcks(Collection<SequenceAcknowledgement> a)
-
setAcksRequested
public void setAcksRequested(Collection<AckRequestedType> ar)
-
setCloseSequence
public void setCloseSequence(CloseSequenceType cs)
-
setSequence
public void setSequence(SequenceType s)
-
setSequence
public void setSequence(SourceSequence seq)
-
addAck
public void addAck(DestinationSequence seq)
-
getNamespaceURI
public String getNamespaceURI()
Get the WS-ReliableMessaging namespace to be used for encoding and decoding messages.- Returns:
-
exposeAs
public void exposeAs(String uri)
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.
-
-