Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
BindingImpl
This class represents a port type binding and describes the
protocol required for using operations in a port type.
|
Modifier and Type | Field and Description |
---|---|
protected Binding |
PortImpl.binding |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected Binding |
WSDLReaderImpl.parseBinding(Element bindingEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.