Uses of Interface
javax.wsdl.Operation

Packages that use Operation
com.ibm.wsdl   
com.ibm.wsdl.xml   
javax.wsdl   
 

Uses of Operation in com.ibm.wsdl
 

Classes in com.ibm.wsdl that implement Operation
 class OperationImpl
          This class represents a WSDL operation.
 

Fields in com.ibm.wsdl declared as Operation
protected  Operation BindingOperationImpl.operation
           
 

Methods in com.ibm.wsdl that return Operation
 Operation BindingOperationImpl.getOperation()
          Get the operation that this operation binding binds.
 Operation PortTypeImpl.getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
          Get the specified operation.
 Operation DefinitionImpl.createOperation()
          Create a new operation.
 

Methods in com.ibm.wsdl with parameters of type Operation
 void BindingOperationImpl.setOperation(Operation operation)
          Set the operation that this operation binding binds.
 void PortTypeImpl.addOperation(Operation operation)
          Add an operation to this port type.
 

Uses of Operation in com.ibm.wsdl.xml
 

Methods in com.ibm.wsdl.xml that return Operation
protected  Operation WSDLReaderImpl.parseOperation(org.w3c.dom.Element opEl, PortType portType, Definition def)
           
 

Uses of Operation in javax.wsdl
 

Methods in javax.wsdl that return 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.
 Operation Definition.createOperation()
          Create a new 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.
 



Copyright © 2003 IBM. All Rights Reserved.