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

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

Uses of Binding in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Binding
 Binding WSDLFactory.createBinding()
          Returns a new object of class 'Binding'.
 Binding Port.getEBinding()
          Returns the value of the 'EBinding' reference.
 

Methods in org.eclipse.wst.wsdl with parameters of type Binding
 void Port.setEBinding(Binding value)
          Sets the value of the 'EBinding' reference.