| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| 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.jaxrs | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.message | |
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.service.factory | |
| org.apache.cxf.service.model | |
| org.apache.cxf.transport.http | |
| org.apache.cxf.wsdl | |
| org.apache.cxf.wsdl11 |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
AbstractBaseBindingFactory.createBindingInfo(Service 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBinding.initialize(Service service)
Initialize the service info (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDataBinding.initialize(Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaxDataBinding.initialize(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Endpoint.getService() |
Service |
EndpointImpl.getService() |
| Modifier and Type | Method and Description |
|---|---|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
| Constructor and Description |
|---|
ClientImpl(Bus bus,
Service svc,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl.
|
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
EndpointImpl(Bus bus,
Service s,
QName endpointName) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> DataWriter<T> |
AbstractOutDatabindingInterceptor.getDataWriter(Message message,
Service service,
Class<T> output) |
protected void |
AbstractInDatabindingInterceptor.setDataReaderValidation(Service service,
Message message,
DataReader<?> reader)
Based on the Schema Validation configuration, will initialise the
DataReader with or without the schema set.
|
protected boolean |
AbstractOutDatabindingInterceptor.writeToOutputStream(Message m,
BindingInfo info,
Service s) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXRSServiceImpl
The CXF Service implementation which is used
to register the JAX-RS endpoint with the runtime.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
JAXRSServiceFactoryBean.create() |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
JAXRSBindingFactory.createBindingInfo(Service service,
String namespace,
Object obj) |
protected EndpointInfo |
AbstractJAXRSFactoryBean.createEndpointInfo(Service service) |
protected void |
AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory,
Service s) |
void |
JAXRSServiceFactoryBean.setService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXRSDataBinding.initialize(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Exchange.getService() |
Service |
ExchangeImpl.getService() |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract Service |
AbstractServiceFactoryBean.create() |
Service |
ReflectionServiceFactoryBean.create() |
Service |
AbstractServiceFactoryBean.getService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractServiceFactoryBean.setService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
static Service |
ServiceModelUtil.getService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
WSDLServiceFactory.create(URL wsdl) |
Service |
WSDLServiceFactory.create(URL wsdl,
QName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
Service |
WSDLServiceFactory.create() |
Service |
WSDLServiceFactoryImpl.create(URL d) |
Service |
WSDLServiceFactoryImpl.create(URL d,
QName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDLEndpointFactory.createPortExtensors(EndpointInfo ei,
Service service) |
Apache CXF