Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.rm that return CreateSequenceResponseType
 CreateSequenceResponseType ObjectFactory.createCreateSequenceResponseType()
          Create an instance of CreateSequenceResponseType
 CreateSequenceResponseType Proxy.createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer)
           
 

Methods in org.apache.cxf.ws.rm 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 with parameters of type CreateSequenceResponseType
 javax.xml.bind.JAXBElement<CreateSequenceResponseType> ObjectFactory.createCreateSequenceResponse(CreateSequenceResponseType value)
          Create an instance of JAXBElement<CreateSequenceResponseType>}
 void Servant.createSequenceResponse(CreateSequenceResponseType createResponse)
           
 


Apache CXF API

Apache CXF