Uses of Interface
javax.wsdl.BindingOutput

Packages that use BindingOutput
javax.wsdl   
 

Uses of BindingOutput in javax.wsdl
 

Methods in javax.wsdl that return BindingOutput
 BindingOutput Definition.createBindingOutput()
          Create a new binding output.
 BindingOutput BindingOperation.getBindingOutput()
          Get the output binding for this operation binding.
 

Methods in javax.wsdl with parameters of type BindingOutput
 void BindingOperation.setBindingOutput(BindingOutput bindingOutput)
          Set the output binding for this operation binding.