Uses of Class
org.apache.cxf.ws.rm.DestinationSequence

Packages that use DestinationSequence
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.persistence   
 

Uses of DestinationSequence in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return DestinationSequence
 DestinationSequence Destination.getSequence(Identifier id)
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type DestinationSequence
 java.util.Collection<DestinationSequence> Destination.getAllSequences()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type DestinationSequence
 void RMProperties.addAck(DestinationSequence seq)
           
 void Destination.addSequence(DestinationSequence seq)
           
 void Destination.addSequence(DestinationSequence seq, boolean persist)
           
 void Destination.removeSequence(DestinationSequence seq)
           
 

Uses of DestinationSequence in org.apache.cxf.ws.rm.persistence
 

Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type DestinationSequence
 java.util.Collection<DestinationSequence> RMStore.getDestinationSequences(java.lang.String endpointIdentifier)
          Retrieves all sequences managed by the identified RM destination endpoint from persistent store.
 

Methods in org.apache.cxf.ws.rm.persistence with parameters of type DestinationSequence
 void RMStore.createDestinationSequence(DestinationSequence seq)
          Create a destination sequence in the persistent store, with the sequence attributes as specified in the RMSDestinationSequence object.
 void RMStore.persistIncoming(DestinationSequence seq, RMMessage msg)
          Called by an RM source upon processing an outbound message.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.