Uses of Interface
javax.wsdl.Operation

Packages that use Operation
javax.wsdl   
 

Uses of Operation in javax.wsdl
 

Methods in javax.wsdl that return Operation
 Operation Definition.createOperation()
          Create a new operation.
 Operation BindingOperation.getOperation()
          Get the operation that this operation binding binds.
 Operation PortType.getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
          Get the specified operation.
 

Methods in javax.wsdl with parameters of type Operation
 void BindingOperation.setOperation(Operation operation)
          Set the operation that this operation binding binds.
 void PortType.addOperation(Operation operation)
          Add an operation to this port type.