Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl | |
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.helpers | |
org.apache.juddi.v3.client.mapping | |
org.jboss.ws.tools.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.
|
Modifier and Type | Method and Description |
---|---|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
Binding binding,
String ns) |
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
Binding binding,
String ns)
Copies extensors from the Binding to BindingInfo.
|
protected BindingInfo |
AbstractBindingFactory.initializeBindingInfo(ServiceInfo service,
Binding binding,
BindingInfo bi) |
Modifier and Type | Method and Description |
---|---|
Binding |
WSDLHelper.getBinding(BindingOperation bop,
Definition def) |
Modifier and Type | Method and Description |
---|---|
BindingOperation |
WSDLHelper.getBindingOperation(Binding binding,
String operationName) |
Modifier and Type | Method and Description |
---|---|
Set<TModel> |
WSDL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,Binding> bindings)
2.4.2 wsdl:binding -> uddi:tModel
|
Set<TModel> |
BPEL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,Binding> bindings) |
Modifier and Type | Method and Description |
---|---|
protected Binding |
JBossWSDLReaderImpl.parseBinding(Element bindingEl,
Definition def) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.