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

Uses of TBindingOperation in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TBindingOperation
private  TBindingOperation[] TBinding.operation
           
 

Methods in org.xmlsoap.schemas.wsdl that return TBindingOperation
 TBindingOperation[] TBinding.getOperation()
          Gets the operation value for this TBinding.
 TBindingOperation TBinding.getOperation(int i)
           
 

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

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TBindingOperation
TBinding(TBindingOperation[] operation, org.apache.axis.types.NCName name, javax.xml.namespace.QName type)