Apache CXF API

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

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

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

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

Methods in org.apache.cxf.ws.rm 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 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