Apache CXF API

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

Packages that use TBindingOperation
org.apache.cxf.wsdl   
 

Uses of TBindingOperation in org.apache.cxf.wsdl
 

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

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

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


Apache CXF API

Apache CXF