org.apache.cxf.ws.rm
Class RMProperties
java.lang.Object
org.apache.cxf.ws.rm.RMProperties
public class RMProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMProperties
public RMProperties()
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.
Apache CXF