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

Packages that use SequenceAcknowledgement
org.apache.cxf.ws.rm   
 

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

Fields in org.apache.cxf.ws.rm declared as SequenceAcknowledgement
protected  SequenceAcknowledgement AbstractSequence.acknowledgement
           
 

Methods in org.apache.cxf.ws.rm that return SequenceAcknowledgement
 SequenceAcknowledgement ObjectFactory.createSequenceAcknowledgement()
          Create an instance of SequenceAcknowledgement
 SequenceAcknowledgement DestinationSequence.getAcknowledgment()
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type SequenceAcknowledgement
 java.util.Collection<SequenceAcknowledgement> RMProperties.getAcks()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type SequenceAcknowledgement
 void SourceSequence.setAcknowledged(SequenceAcknowledgement a)
          Used by the RM source to cache received acknowledgements for this sequence.
 

Method parameters in org.apache.cxf.ws.rm with type arguments of type SequenceAcknowledgement
 void RMProperties.setAcks(java.util.Collection<SequenceAcknowledgement> a)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type SequenceAcknowledgement
DestinationSequence(Identifier i, org.apache.cxf.ws.addressing.v200408.EndpointReferenceType a, java.math.BigInteger lmn, SequenceAcknowledgement ac)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.