Apache CXF API

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

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

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
 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(Collection<SequenceAcknowledgement> a)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type SequenceAcknowledgement
DestinationSequence(Identifier i, EndpointReferenceType a, long lmn, SequenceAcknowledgement ac)
           
 

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

Methods in org.apache.cxf.ws.rm.persistence that return SequenceAcknowledgement
 SequenceAcknowledgement PersistenceUtils.deserialiseAcknowledgment(InputStream is)
           
 

Methods in org.apache.cxf.ws.rm.persistence with parameters of type SequenceAcknowledgement
 InputStream PersistenceUtils.serialiseAcknowledgment(SequenceAcknowledgement ack)
           
 


Apache CXF API

Apache CXF