Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.model |
Modifier and Type | Method and Description |
---|---|
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
String namespace,
Object config)
Creates a "default" BindingInfo object for the service.
|
BindingInfo |
BindingFactory.createBindingInfo(Service service,
String namespace,
Object configObject)
Create a "default" BindingInfo object for the service.
|
BindingInfo |
AbstractBindingFactory.createBindingInfo(Service service,
String namespace,
Object config)
Creates a "default" BindingInfo object for the service.
|
BindingInfo |
Binding.getBindingInfo()
Get the BindingInfo for this binding.
|
Modifier and Type | Method and Description |
---|---|
Binding |
BindingFactory.createBinding(BindingInfo binding)
Create a Binding from the BindingInfo metadata.
|
Modifier and Type | Method and Description |
---|---|
protected abstract BindingInfo |
AbstractEndpointFactory.createBindingInfo() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractOutDatabindingInterceptor.writeToOutputStream(Message m,
BindingInfo info,
Service s) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(BindingInfo bindingInfo) |
void |
ServiceModelVisitor.end(BindingInfo bindingInfo) |
Modifier and Type | Method and Description |
---|---|
BindingInfo |
EndpointInfo.getBinding() |
BindingInfo |
BindingOperationInfo.getBinding() |
BindingInfo |
ServiceInfo.getBinding(QName qn) |
Modifier and Type | Method and Description |
---|---|
Collection<BindingInfo> |
ServiceInfo.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.addBinding(BindingInfo binding) |
void |
EndpointInfo.setBinding(BindingInfo b) |
Constructor and Description |
---|
BindingOperationInfo(BindingInfo bi,
OperationInfo opinfo) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.