Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.v200502wsa15.CreateSequenceResponseType

Packages that use CreateSequenceResponseType
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200502wsa15   
 

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

Methods in org.apache.cxf.ws.rm that return CreateSequenceResponseType
static CreateSequenceResponseType VersionTransformer.convert200502wsa15(CreateSequenceResponseType internal)
          Convert wsrm:CreateSequenceResponseType to 200502 version with 200508 WS-Addressing namespace.
 

Methods in org.apache.cxf.ws.rm with parameters of type CreateSequenceResponseType
static CreateSequenceResponseType VersionTransformer.convert(CreateSequenceResponseType exposed)
          Convert 200502 wsrm:CreateSequenceResponseType with 200508 WS-Addressing namespace to internal form.
 

Uses of CreateSequenceResponseType in org.apache.cxf.ws.rm.v200502wsa15
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 that return CreateSequenceResponseType
 CreateSequenceResponseType ObjectFactory.createCreateSequenceResponseType()
          Create an instance of CreateSequenceResponseType
 

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

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


Apache CXF API

Apache CXF