Uses of Interface
javax.wsdl.BindingInput

Packages that use BindingInput
javax.wsdl   
 

Uses of BindingInput in javax.wsdl
 

Methods in javax.wsdl that return BindingInput
 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
 void BindingOperation.setBindingInput(BindingInput bindingInput)
          Set the input binding for this operation binding.