org.apache.cxf.ws.rm
Class Source
java.lang.Object
  
org.apache.cxf.ws.rm.AbstractEndpoint
      
org.apache.cxf.ws.rm.Source
public class Source
- extends AbstractEndpoint
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getSequence
public SourceSequence getSequence(Identifier id)
 
getAllSequences
public Collection<SourceSequence> getAllSequences()
 
addSequence
public void addSequence(SourceSequence seq)
 
addSequence
public void addSequence(SourceSequence seq,
                        boolean persist)
 
removeSequence
public void removeSequence(SourceSequence seq)
 
getAllUnacknowledgedSequences
public Collection<SourceSequence> getAllUnacknowledgedSequences()
- Returns a collection of all sequences for which have not yet been
 completely acknowledged.
- Returns:
 - the collection of unacknowledged sequences.
 
 
 
setCurrent
public void setCurrent(SourceSequence s)
- Sets the current sequence used by a client side source.
- Parameters:
 s - the current sequence.
 
 
Apache CXF