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

Packages that use TOperation
org.xmlsoap.schemas.wsdl   
 

Uses of TOperation in org.xmlsoap.schemas.wsdl
 

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

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