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 classBindingOperationImplThis class represents a WSDL operation binding.Methods in com.ibm.wsdl that return BindingOperation Modifier and Type Method Description BindingOperationDefinitionImpl. createBindingOperation()Create a new binding operation.BindingOperationBindingImpl. getBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Get the specified operation binding.BindingOperationBindingImpl. 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 voidBindingImpl. 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 BindingOperationWSDLReaderImpl. 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 BindingOperationDefinition. createBindingOperation()Create a new binding operation.BindingOperationBinding. getBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)Get the specified operation binding.BindingOperationBinding. 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 voidBinding. addBindingOperation(BindingOperation bindingOperation)Add an operation binding to binding.
-