Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.rm that return CreateSequenceType
static CreateSequenceType VersionTransformer.convert(CreateSequenceType exposed)
          Convert 200502 wsrm:CreateSequenceType with 200508 WS-Addressing namespace to internal form.
static CreateSequenceType VersionTransformer.convert(CreateSequenceType exposed)
          Convert 200502 wsrm:CreateSequenceType with 200408 WS-Addressing namespace to internal form.
 CreateSequenceType EncoderDecoder11Impl.convertReceivedCreateSequence(Object create)
           
 CreateSequenceType EncoderDecoder10Impl.convertReceivedCreateSequence(Object create)
           
 CreateSequenceType EncoderDecoder10AImpl.convertReceivedCreateSequence(Object create)
           
 CreateSequenceType EncoderDecoder.convertReceivedCreateSequence(Object create)
          Convert a received CreateSequence message to internal form.
 

Methods in org.apache.cxf.ws.rm with parameters of type CreateSequenceType
static CreateSequenceType VersionTransformer.convert200502(CreateSequenceType internal)
          Convert CreateSequenceType to 200502 version with 200408 WS-Addressing namespace.
static CreateSequenceType VersionTransformer.convert200502wsa15(CreateSequenceType internal)
          Convert CreateSequenceType to 200502 version with 200508 WS-Addressing namespace.
 Object EncoderDecoder11Impl.convertToSend(CreateSequenceType create)
           
 Object EncoderDecoder10Impl.convertToSend(CreateSequenceType create)
           
 Object EncoderDecoder10AImpl.convertToSend(CreateSequenceType create)
           
 Object EncoderDecoder.convertToSend(CreateSequenceType create)
          Convert a CreateSequence message to the correct format for transmission.
 

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

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

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

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


Apache CXF API

Apache CXF