Uses of Class
org.xmlsoap.schemas.wsdl.TBindingOperation

Packages that use TBindingOperation
org.xmlsoap.schemas.wsdl   
 

Uses of TBindingOperation in org.xmlsoap.schemas.wsdl
 

Methods in org.xmlsoap.schemas.wsdl that return TBindingOperation
 TBindingOperation[] TBinding.getOperation()
           
 TBindingOperation TBinding.getOperation(int i)
           
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TBindingOperation
 void TBinding.setOperation(TBindingOperation[] operation)
           
 void TBinding.setOperation(int i, TBindingOperation value)