Apache CXF API

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

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

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

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

Methods in org.apache.cxf.ws.rm 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 with parameters of type SequenceType
 javax.xml.bind.JAXBElement<SequenceType> ObjectFactory.createSequence(SequenceType value)
          Create an instance of JAXBElement<SequenceType>}
 void RMProperties.setSequence(SequenceType s)
           
 


Apache CXF API

Apache CXF