|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Uses of Binding in com.ibm.wsdl |
---|
Classes in com.ibm.wsdl that implement Binding | |
---|---|
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 | |
---|---|
protected Binding |
PortImpl.binding
|
Methods in com.ibm.wsdl that return Binding | |
---|---|
Binding |
DefinitionImpl.createBinding()
Create a new binding. |
Binding |
PortImpl.getBinding()
Get the binding this port refers to. |
Binding |
DefinitionImpl.getBinding(QName name)
Get the specified binding. |
Binding |
DefinitionImpl.removeBinding(QName name)
Remove the specified binding from this definition. |
Methods in com.ibm.wsdl with parameters of type Binding | |
---|---|
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 | |
---|---|
protected Binding |
WSDLReaderImpl.parseBinding(org.w3c.dom.Element bindingEl,
Definition def)
|
Uses of Binding in javax.wsdl |
---|
Methods in javax.wsdl that return Binding | |
---|---|
Binding |
Definition.createBinding()
Create a new binding. |
Binding |
Port.getBinding()
Get the binding this port refers to. |
Binding |
Definition.getBinding(QName name)
Get the specified binding. |
Binding |
Definition.removeBinding(QName name)
Remove the specified binding from this definition. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |