| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.binding.corba | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.binding.soap.jms.interceptor | |
| org.apache.cxf.binding.xml | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.jaxrs | |
| org.apache.cxf.message | |
| org.apache.cxf.transport |
Transport related classes.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
BindingFactory.createBinding(BindingInfo binding)
Create a Binding from the BindingInfo metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CorbaBinding |
| Modifier and Type | Method and Description |
|---|---|
Binding |
CorbaBindingFactory.createBinding(BindingInfo bindingInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
SoapBinding |
| Modifier and Type | Method and Description |
|---|---|
Binding |
SoapBindingFactory.createBinding(BindingInfo binding) |
| Constructor and Description |
|---|
SoapFaultFactory(Binding binding) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLBinding |
| Modifier and Type | Method and Description |
|---|---|
Binding |
XMLBindingFactory.createBinding(BindingInfo binding) |
| Modifier and Type | Method and Description |
|---|---|
Binding |
EndpointImpl.getBinding() |
Binding |
Endpoint.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
Binding |
JAXRSBindingFactory.createBinding(BindingInfo bi) |
| Modifier and Type | Method and Description |
|---|---|
Binding |
ExchangeImpl.getBinding() |
Binding |
Exchange.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
protected Binding |
ChainInitiationObserver.getBinding() |
Apache CXF