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 class
BindingInputImpl
This class represents an input binding.Fields in com.ibm.wsdl declared as BindingInput Modifier and Type Field Description protected BindingInput
BindingOperationImpl. bindingInput
Methods in com.ibm.wsdl that return BindingInput Modifier and Type Method Description BindingInput
DefinitionImpl. createBindingInput()
Create a new binding input.BindingInput
BindingOperationImpl. getBindingInput()
Get the input binding for this operation binding.Methods in com.ibm.wsdl with parameters of type BindingInput Modifier and Type Method Description void
BindingOperationImpl. 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 BindingInput
WSDLReaderImpl. 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 void
WSDLWriterImpl. 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 BindingInput
Definition. createBindingInput()
Create a new binding input.BindingInput
BindingOperation. getBindingInput()
Get the input binding for this operation binding.Methods in javax.wsdl with parameters of type BindingInput Modifier and Type Method Description void
BindingOperation. setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding.
-