YOKO API

Uses of Class
org.objectweb.celtix.wsdl.TOperation

Packages that use TOperation
org.objectweb.celtix.wsdl   
 

Uses of TOperation in org.objectweb.celtix.wsdl
 

Fields in org.objectweb.celtix.wsdl with type parameters of type TOperation
protected  java.util.List<TOperation> TPortType.operation
           
 

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

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


YOKO API

-