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 classBindingImplThis 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 BindingPortImpl. bindingMethods in com.ibm.wsdl that return Binding Modifier and Type Method Description BindingDefinitionImpl. createBinding()Create a new binding.BindingDefinitionImpl. getBinding(QName name)Get the specified binding.BindingPortImpl. getBinding()Get the binding this port refers to.BindingDefinitionImpl. 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 voidDefinitionImpl. addBinding(Binding binding)Add a binding to this WSDL description.voidPortImpl. 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 BindingWSDLReaderImpl. 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 BindingDefinition. createBinding()Create a new binding.BindingDefinition. getBinding(QName name)Get the specified binding.BindingPort. getBinding()Get the binding this port refers to.BindingDefinition. removeBinding(QName name)Remove the specified binding from this definition.Methods in javax.wsdl with parameters of type Binding Modifier and Type Method Description voidDefinition. addBinding(Binding binding)Add a binding to this WSDL description.voidPort. setBinding(Binding binding)Set the binding this port should refer to.
-