Uses of Interface
javax.wsdl.Binding

Packages that use Binding
javax.wsdl   
 

Uses of Binding in javax.wsdl
 

Methods in javax.wsdl that return Binding
 Binding Definition.getBinding(QName name)
          Get the specified binding.
 Binding Definition.removeBinding(QName name)
          Remove the specified binding from this definition.
 Binding Definition.createBinding()
          Create a new binding.
 Binding Port.getBinding()
          Get the binding this port refers to.
 

Methods in javax.wsdl with parameters of type Binding
 void Definition.addBinding(Binding binding)
          Add a binding to this WSDL description.
 void Port.setBinding(Binding binding)
          Set the binding this port should refer to.