Uses of Interface
javax.wsdl.BindingOperation
Packages that use BindingOperation
-
Uses of BindingOperation in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingOperationModifier and TypeClassDescriptionclass
This class represents a WSDL operation binding.Methods in com.ibm.wsdl that return BindingOperationModifier and TypeMethodDescriptionDefinitionImpl.createBindingOperation()
Create a new binding operation.BindingImpl.getBindingOperation
(String name, String inputName, String outputName) Get the specified operation binding.BindingImpl.removeBindingOperation
(String name, String inputName, String outputName) Remove the specified operation binding.Methods in com.ibm.wsdl with parameters of type BindingOperationModifier and TypeMethodDescriptionvoid
BindingImpl.addBindingOperation
(BindingOperation bindingOperation) Add an operation binding to binding. -
Uses of BindingOperation in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return BindingOperationModifier and TypeMethodDescriptionprotected BindingOperation
WSDLReaderImpl.parseBindingOperation
(Element bindingOperationEl, PortType portType, Definition def) -
Uses of BindingOperation in javax.wsdl
Methods in javax.wsdl that return BindingOperationModifier and TypeMethodDescriptionDefinition.createBindingOperation()
Create a new binding operation.Binding.getBindingOperation
(String name, String inputName, String outputName) Get the specified operation binding.Binding.removeBindingOperation
(String name, String inputName, String outputName) Remove the specified operation binding.Methods in javax.wsdl with parameters of type BindingOperationModifier and TypeMethodDescriptionvoid
Binding.addBindingOperation
(BindingOperation bindingOperation) Add an operation binding to binding.