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 void
addAck(DestinationSequence seq)
void
exposeAs(String uri)
Set the WS-ReliableMessaging namespace to be used for encoding and decoding messages.Collection<SequenceAcknowledgement>
getAcks()
Collection<AckRequestedType>
getAcksRequested()
CloseSequenceType
getCloseSequence()
long
getCreatedTime()
Get the initial creation time of this RM properties instance.long
getMessageNumber()
String
getNamespaceURI()
Get the WS-ReliableMessaging namespace to be used for encoding and decoding messages.SequenceType
getSequence()
SourceSequence
getSourceSequence()
boolean
isLastMessage()
void
setAcks(Collection<SequenceAcknowledgement> a)
void
setAcksRequested(Collection<AckRequestedType> ar)
void
setCloseSequence(CloseSequenceType cs)
void
setCreatedTime(long createdTime)
Set the initial creation time of this RM properties instance.void
setSequence(SourceSequence seq)
void
setSequence(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.
-
-