Uses of Interface
javax.wsdl.Binding
Packages that use Binding
-
Uses of Binding in com.ibm.wsdl
Classes in com.ibm.wsdl that implement BindingModifier and TypeClassDescriptionclass
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 BindingMethods in com.ibm.wsdl that return BindingModifier and TypeMethodDescriptionDefinitionImpl.createBinding()
Create a new binding.DefinitionImpl.getBinding
(QName name) Get the specified binding.PortImpl.getBinding()
Get the binding this port refers to.DefinitionImpl.removeBinding
(QName name) Remove the specified binding from this definition.Methods in com.ibm.wsdl with parameters of type BindingModifier and TypeMethodDescriptionvoid
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 BindingModifier and TypeMethodDescriptionprotected Binding
WSDLReaderImpl.parseBinding
(Element bindingEl, Definition def) -
Uses of Binding in javax.wsdl
Methods in javax.wsdl that return BindingModifier and TypeMethodDescriptionDefinition.createBinding()
Create a new binding.Definition.getBinding
(QName name) Get the specified binding.Port.getBinding()
Get the binding this port refers to.Definition.removeBinding
(QName name) Remove the specified binding from this definition.Methods in javax.wsdl with parameters of type BindingModifier and TypeMethodDescriptionvoid
Definition.addBinding
(Binding binding) Add a binding to this WSDL description.void
Port.setBinding
(Binding binding) Set the binding this port should refer to.