Uses of Interface
org.eclipse.wst.wsdl.BindingInput

Packages that use BindingInput
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of BindingInput in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return BindingInput
 BindingInput WSDLFactory.createBindingInput()
          Returns a new object of class 'Binding Input'.
 BindingInput BindingOperation.getEBindingInput()
          Returns the value of the 'EBinding Input' containment reference.
 

Methods in org.eclipse.wst.wsdl with parameters of type BindingInput
 void BindingOperation.setEBindingInput(BindingInput value)
          Sets the value of the 'EBinding Input' containment reference.