Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TOperation

Packages that use TOperation
org.apache.cxf.wsdl   
 

Uses of TOperation in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl with type parameters of type TOperation
protected  List<TOperation> TPortType.operation
           
 

Methods in org.apache.cxf.wsdl that return TOperation
 TOperation ObjectFactory.createTOperation()
          Create an instance of TOperation
 

Methods in org.apache.cxf.wsdl that return types with arguments of type TOperation
 List<TOperation> TPortType.getOperation()
          Gets the value of the operation property.
 


Apache CXF API

Apache CXF