Uses of Interface
javax.wsdl.BindingOperation
-
Packages that use BindingOperation Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of BindingOperation in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingOperation Modifier and Type Class Description class
BindingOperationImpl
This class represents a WSDL operation binding.Methods in com.ibm.wsdl that return BindingOperation Modifier and Type Method Description BindingOperation
DefinitionImpl. createBindingOperation()
Create a new binding operation.BindingOperation
BindingImpl. getBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
Get the specified operation binding.BindingOperation
BindingImpl. removeBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
Remove the specified operation binding.Methods in com.ibm.wsdl with parameters of type BindingOperation Modifier and Type Method Description void
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 BindingOperation Modifier and Type Method Description protected BindingOperation
WSDLReaderImpl. parseBindingOperation(org.w3c.dom.Element bindingOperationEl, PortType portType, Definition def)
-
Uses of BindingOperation in javax.wsdl
Methods in javax.wsdl that return BindingOperation Modifier and Type Method Description BindingOperation
Definition. createBindingOperation()
Create a new binding operation.BindingOperation
Binding. getBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
Get the specified operation binding.BindingOperation
Binding. removeBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
Remove the specified operation binding.Methods in javax.wsdl with parameters of type BindingOperation Modifier and Type Method Description void
Binding. addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
-