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 TypeMethodDescriptionvoidBindingOperationImpl.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 BindingInputWSDLReaderImpl.parseBindingInput(Element bindingInputEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type BindingInputModifier and TypeMethodDescriptionprotected voidWSDLWriterImpl.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 TypeMethodDescriptionvoidBindingOperation.setBindingInput(BindingInput bindingInput) Set the input binding for this operation binding.