Uses of Interface
javax.wsdl.BindingInput
-
Packages that use BindingInput Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of BindingInput in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingInput Modifier and Type Class Description classBindingInputImplThis class represents an input binding.Fields in com.ibm.wsdl declared as BindingInput Modifier and Type Field Description protected BindingInputBindingOperationImpl. bindingInputMethods in com.ibm.wsdl that return BindingInput Modifier and Type Method Description BindingInputDefinitionImpl. createBindingInput()Create a new binding input.BindingInputBindingOperationImpl. getBindingInput()Get the input binding for this operation binding.Methods in com.ibm.wsdl with parameters of type BindingInput Modifier and Type Method Description voidBindingOperationImpl. setBindingInput(BindingInput bindingInput)Set the input binding for this operation binding. -
Uses of BindingInput in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return BindingInput Modifier and Type Method Description protected BindingInputWSDLReaderImpl. parseBindingInput(org.w3c.dom.Element bindingInputEl, Definition def)Methods in com.ibm.wsdl.xml with parameters of type BindingInput Modifier and Type Method Description protected voidWSDLWriterImpl. printBindingInput(BindingInput bindingInput, Definition def, java.io.PrintWriter pw) -
Uses of BindingInput in javax.wsdl
Methods in javax.wsdl that return BindingInput Modifier and Type Method Description BindingInputDefinition. createBindingInput()Create a new binding input.BindingInputBindingOperation. getBindingInput()Get the input binding for this operation binding.Methods in javax.wsdl with parameters of type BindingInput Modifier and Type Method Description voidBindingOperation. setBindingInput(BindingInput bindingInput)Set the input binding for this operation binding.
-