Apache CXF API

Uses of Class
org.apache.cxf.wsdl.http.OperationType

Packages that use OperationType
org.apache.cxf.wsdl.http   
 

Uses of OperationType in org.apache.cxf.wsdl.http
 

Methods in org.apache.cxf.wsdl.http that return OperationType
 OperationType ObjectFactory.createOperationType()
          Create an instance of OperationType
 

Methods in org.apache.cxf.wsdl.http that return types with arguments of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 

Methods in org.apache.cxf.wsdl.http with parameters of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 


Apache CXF API

Apache CXF