Uses of Interface
javax.wsdl.Binding
-
Packages that use Binding Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Binding in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Binding Modifier and Type Class Description class
BindingImpl
This class represents a port type binding and describes the protocol required for using operations in a port type.Fields in com.ibm.wsdl declared as Binding Modifier and Type Field Description protected Binding
PortImpl. binding
Methods in com.ibm.wsdl that return Binding Modifier and Type Method Description Binding
DefinitionImpl. createBinding()
Create a new binding.Binding
DefinitionImpl. getBinding(QName name)
Get the specified binding.Binding
PortImpl. getBinding()
Get the binding this port refers to.Binding
DefinitionImpl. removeBinding(QName name)
Remove the specified binding from this definition.Methods in com.ibm.wsdl with parameters of type Binding Modifier and Type Method Description void
DefinitionImpl. addBinding(Binding binding)
Add a binding to this WSDL description.void
PortImpl. setBinding(Binding binding)
Set the binding this port should refer to. -
Uses of Binding in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Binding Modifier and Type Method Description protected Binding
WSDLReaderImpl. parseBinding(org.w3c.dom.Element bindingEl, Definition def)
-
Uses of Binding in javax.wsdl
Methods in javax.wsdl that return Binding Modifier and Type Method Description Binding
Definition. createBinding()
Create a new binding.Binding
Definition. getBinding(QName name)
Get the specified binding.Binding
Port. getBinding()
Get the binding this port refers to.Binding
Definition. removeBinding(QName name)
Remove the specified binding from this definition.Methods in javax.wsdl with parameters of type Binding Modifier and Type Method Description 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.
-