Apache CXF API

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

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

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

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

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

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

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

Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type SequenceType
 javax.xml.bind.JAXBElement<SequenceType> ObjectFactory.createSequence(SequenceType value)
          Create an instance of JAXBElement<SequenceType>}
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type SequenceType
 javax.xml.bind.JAXBElement<SequenceType> ObjectFactory.createSequence(SequenceType value)
          Create an instance of JAXBElement<SequenceType>}
 


Apache CXF API

Apache CXF