Package | Description |
---|---|
org.apache.cxf.frontend | |
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 | |
org.apache.cxf.ws.rm |
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Servant |
Modifier and Type | Method and Description |
---|---|
Invoker |
WrappedService.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedService.setInvoker(Invoker arg0) |
Apache CXF