Uses of Interface
javax.wsdl.Operation
-
Packages that use Operation Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Operation in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Operation Modifier and Type Class Description classOperationImplThis class represents a WSDL operation.Fields in com.ibm.wsdl declared as Operation Modifier and Type Field Description protected OperationBindingOperationImpl. operationMethods in com.ibm.wsdl that return Operation Modifier and Type Method Description OperationDefinitionImpl. createOperation()Create a new operation.OperationBindingOperationImpl. getOperation()Get the operation that this operation binding binds.OperationPortTypeImpl. getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Get the specified operation.OperationPortTypeImpl. removeOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Remove the specified operation.Methods in com.ibm.wsdl with parameters of type Operation Modifier and Type Method Description voidPortTypeImpl. addOperation(Operation operation)Add an operation to this port type.voidBindingOperationImpl. setOperation(Operation operation)Set the operation that this operation binding binds. -
Uses of Operation in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Operation Modifier and Type Method Description protected OperationWSDLReaderImpl. parseOperation(org.w3c.dom.Element opEl, PortType portType, Definition def) -
Uses of Operation in javax.wsdl
Methods in javax.wsdl that return Operation Modifier and Type Method Description OperationDefinition. createOperation()Create a new operation.OperationBindingOperation. getOperation()Get the operation that this operation binding binds.OperationPortType. getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Get the specified operation.OperationPortType. removeOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Remove the specified operation.Methods in javax.wsdl with parameters of type Operation Modifier and Type Method Description voidPortType. addOperation(Operation operation)Add an operation to this port type.voidBindingOperation. setOperation(Operation operation)Set the operation that this operation binding binds.
-