Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200702.AckRequestedType

Packages that use AckRequestedType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200702   
 

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

Methods in org.apache.cxf.ws.rm that return AckRequestedType
static AckRequestedType VersionTransformer.convert(AckRequestedType exposed)
          Convert 200502 wsrm:SequenceAcknowledgement with 200508 WS-Addressing namespace to internal form.
static AckRequestedType VersionTransformer.convert(AckRequestedType exposed)
          Convert 200502 wsrm:SequenceAcknowledgement with 200408 WS-Addressing namespace to internal form.
abstract  AckRequestedType EncoderDecoder.decodeAckRequestedType(Element elem)
          Unmarshals a AckRequestedType, converting it if necessary to the internal form.
 AckRequestedType EncoderDecoder10AImpl.decodeAckRequestedType(Element elem)
           
 AckRequestedType EncoderDecoder10Impl.decodeAckRequestedType(Element elem)
           
 AckRequestedType EncoderDecoder11Impl.decodeAckRequestedType(Element elem)
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type AckRequestedType
 Collection<AckRequestedType> RMProperties.getAcksRequested()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type AckRequestedType
static AckRequestedType VersionTransformer.convert200502(AckRequestedType internal)
          Convert wsrm:SequenceAcknowledgement to 200502 version with 200408 WS-Addressing namespace.
static AckRequestedType VersionTransformer.convert200502wsa15(AckRequestedType internal)
          Convert wsrm:SequenceAcknowledgement to 200502 version with 200508 WS-Addressing namespace.
 

Method parameters in org.apache.cxf.ws.rm with type arguments of type AckRequestedType
protected abstract  void EncoderDecoder.buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, Element header, Marshaller marshaller)
          Build all required headers, using the correct protocol variation.
protected  void EncoderDecoder10AImpl.buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, Element header, Marshaller marshaller)
           
protected  void EncoderDecoder10Impl.buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, Element header, Marshaller marshaller)
           
protected  void EncoderDecoder11Impl.buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, Element header, Marshaller marshaller)
           
 void RMProperties.setAcksRequested(Collection<AckRequestedType> ar)
           
 

Uses of AckRequestedType in org.apache.cxf.ws.rm.v200702
 

Methods in org.apache.cxf.ws.rm.v200702 that return AckRequestedType
 AckRequestedType ObjectFactory.createAckRequestedType()
          Create an instance of AckRequestedType
 

Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type AckRequestedType
 JAXBElement<AckRequestedType> ObjectFactory.createAckRequested(AckRequestedType value)
          Create an instance of JAXBElement<AckRequestedType>}
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type AckRequestedType
 JAXBElement<AckRequestedType> ObjectFactory.createAckRequested(AckRequestedType value)
          Create an instance of JAXBElement<AckRequestedType>}
 


Apache CXF API

Apache CXF