Package org.apache.cxf.ws.rm
Class Source
java.lang.Object
org.apache.cxf.ws.rm.AbstractEndpoint
org.apache.cxf.ws.rm.Source
-
Field Summary
Fields inherited from class org.apache.cxf.ws.rm.AbstractEndpoint
completedSequenceCount, processingSequenceCount -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSequence(SourceSequence seq, boolean persist) Returns a collection of all sequences for which have not yet been completely acknowledged.voidvoidSets the current sequence used by a client side source.Methods inherited from class org.apache.cxf.ws.rm.AbstractEndpoint
generateSequenceIdentifier, getEndpoint, getManager, getName, getReliableEndpoint
-
Method Details
-
getSequence
-
getAllSequences
-
addSequence
-
addSequence
-
removeSequence
-
getAllUnacknowledgedSequences
Returns a collection of all sequences for which have not yet been completely acknowledged.- Returns:
- the collection of unacknowledged sequences.
-
setCurrent
Sets the current sequence used by a client side source.- Parameters:
s- the current sequence.
-