| Package | Description |
|---|---|
| org.apache.cxf.frontend | |
| org.apache.cxf.jaxrs | |
| org.apache.cxf.jaxws | |
| org.apache.cxf.jaxws.support | |
| org.apache.cxf.jaxws22 | |
| 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.invoker |
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
ServerFactoryBean.createInvoker() |
Invoker |
ServerFactoryBean.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFactoryBean.setInvoker(Invoker invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXRSInvoker |
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
JAXRSServiceFactoryBean.createInvoker() |
protected Invoker |
JAXRSServerFactoryBean.createInvoker() |
Invoker |
JAXRSServiceImpl.getInvoker() |
Invoker |
JAXRSServiceFactoryBean.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXRSServiceImpl.setInvoker(Invoker invoker) |
void |
JAXRSServiceFactoryBean.setInvoker(Invoker invoker) |
void |
JAXRSServerFactoryBean.setInvoker(Invoker invoker)
Sets the custom Invoker which can be used to customize the way
the default JAX-RS invoker calls on the service bean
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJAXWSMethodInvoker |
class |
JAXWSMethodInvoker |
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
JaxWsServerFactoryBean.createInvoker() |
Invoker |
EndpointImpl.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointImpl.setInvoker(Invoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
JaxWsServiceFactoryBean.createInvoker() |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXWS22Invoker |
| Modifier and Type | Method and Description |
|---|---|
Invoker |
ServiceImpl.getInvoker() |
Invoker |
Service.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setInvoker(Invoker invoker) |
void |
Service.setInvoker(Invoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
ReflectionServiceFactoryBean.createInvoker() |
Invoker |
ReflectionServiceFactoryBean.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReflectionServiceFactoryBean.setInvoker(Invoker invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvoker
Abstract implementation of Invoker.
|
class |
BeanInvoker
Invoker for externally created service objects.
|
class |
FactoryInvoker
This invoker implementation calls a Factory to create the service object.
|
Apache CXF