Uses of Interface
javax.wsdl.BindingInput
Packages that use BindingInput
-
Uses of BindingInput in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingInputFields in com.ibm.wsdl declared as BindingInputMethods in com.ibm.wsdl that return BindingInputModifier and TypeMethodDescriptionDefinitionImpl.createBindingInput()
Create a new binding input.BindingOperationImpl.getBindingInput()
Get the input binding for this operation binding.Methods in com.ibm.wsdl with parameters of type BindingInputModifier and TypeMethodDescriptionvoid
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 BindingInputModifier and TypeMethodDescriptionprotected BindingInput
WSDLReaderImpl.parseBindingInput
(Element bindingInputEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type BindingInputModifier and TypeMethodDescriptionprotected void
WSDLWriterImpl.printBindingInput
(BindingInput bindingInput, Definition def, PrintWriter pw) -
Uses of BindingInput in javax.wsdl
Methods in javax.wsdl that return BindingInputModifier and TypeMethodDescriptionDefinition.createBindingInput()
Create a new binding input.BindingOperation.getBindingInput()
Get the input binding for this operation binding.Methods in javax.wsdl with parameters of type BindingInputModifier and TypeMethodDescriptionvoid
BindingOperation.setBindingInput
(BindingInput bindingInput) Set the input binding for this operation binding.