Uses of Interface
javax.wsdl.Operation
Packages that use Operation
-
Uses of Operation in com.ibm.wsdl
Classes in com.ibm.wsdl that implement OperationFields in com.ibm.wsdl declared as OperationMethods in com.ibm.wsdl that return OperationModifier and TypeMethodDescriptionDefinitionImpl.createOperation()
Create a new operation.BindingOperationImpl.getOperation()
Get the operation that this operation binding binds.PortTypeImpl.getOperation
(String name, String inputName, String outputName) Get the specified operation.PortTypeImpl.removeOperation
(String name, String inputName, String outputName) Remove the specified operation.Methods in com.ibm.wsdl with parameters of type OperationModifier and TypeMethodDescriptionvoid
PortTypeImpl.addOperation
(Operation operation) Add an operation to this port type.void
BindingOperationImpl.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 OperationModifier and TypeMethodDescriptionprotected Operation
WSDLReaderImpl.parseOperation
(Element opEl, PortType portType, Definition def) -
Uses of Operation in javax.wsdl
Methods in javax.wsdl that return OperationModifier and TypeMethodDescriptionDefinition.createOperation()
Create a new operation.BindingOperation.getOperation()
Get the operation that this operation binding binds.PortType.getOperation
(String name, String inputName, String outputName) Get the specified operation.PortType.removeOperation
(String name, String inputName, String outputName) Remove the specified operation.Methods in javax.wsdl with parameters of type OperationModifier and TypeMethodDescriptionvoid
PortType.addOperation
(Operation operation) Add an operation to this port type.void
BindingOperation.setOperation
(Operation operation) Set the operation that this operation binding binds.