|
|||||||||||
| 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 |
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. |
Binding |
DefinitionImpl.createBinding()
Create a new binding. |
| Methods in com.ibm.wsdl with parameters of type Binding | |
void |
PortImpl.setBinding(Binding binding)
Set the binding this port should refer to. |
void |
DefinitionImpl.addBinding(Binding binding)
Add a binding to this WSDL description. |
| 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 |
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. |
Binding |
Definition.createBinding()
Create a new binding. |
| Methods in javax.wsdl with parameters of type Binding | |
void |
Port.setBinding(Binding binding)
Set the binding this port should refer to. |
void |
Definition.addBinding(Binding binding)
Add a binding to this WSDL description. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||