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 |
JAXRSServerFactoryBean.createInvoker() |
protected Invoker |
JAXRSServiceFactoryBean.createInvoker() |
Invoker |
JAXRSServiceFactoryBean.getInvoker() |
Invoker |
JAXRSServiceImpl.getInvoker() |
Modifier and Type | Method and Description |
---|---|
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
|
void |
JAXRSServiceFactoryBean.setInvoker(Invoker invoker) |
void |
JAXRSServiceImpl.setInvoker(Invoker invoker) |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSBeanValidationInvoker |
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
Deprecated.
- functionality moved into superclass
|
Modifier and Type | Class and Description |
---|---|
class |
DispatchMDBInvoker
DispatchMDBInvoker is executed in the context of a Message Driven Bean
that dispatches calls to the target Session Bean where the service logic is
implemented.
|
class |
MDBInvoker
An invoker that supports direct Message Driven Bean invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBInvoker |
Modifier and Type | Method and Description |
---|---|
Invoker |
Service.getInvoker() |
Invoker |
ServiceImpl.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
Service.setInvoker(Invoker invoker) |
void |
ServiceImpl.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) |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
ReflectionServiceFactoryBean.createInvoker() |
Invoker |
ReflectionServiceFactoryBean.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.setInvoker(Invoker invoker) |
Apache CXF