Package | Description |
---|---|
org.apache.cxf.annotations | |
org.apache.cxf.jaxws | |
org.apache.cxf.service.invoker | |
org.apache.cxf.service.invoker.spring |
Modifier and Type | Class and Description |
---|---|
static class |
FactoryType.DEFAULT |
Constructor and Description |
---|
AbstractJAXWSMethodInvoker(Factory factory) |
JAXWSMethodInvoker(Factory factory) |
Modifier and Type | Class and Description |
---|---|
class |
PerRequestFactory
Creates a new instance of the service object for each call to create().
|
class |
PooledFactory
Factory the maintains a pool of instances that are used.
|
class |
SessionFactory
Creates a new instance for each session.
|
class |
SingletonFactory
Always returns a single instance of the bean.
|
Modifier and Type | Field and Description |
---|---|
protected Factory |
FactoryInvoker.factory |
Modifier and Type | Method and Description |
---|---|
void |
FactoryInvoker.setFactory(Factory f) |
Constructor and Description |
---|
FactoryInvoker(Factory factory)
Create a FactoryInvoker object.
|
PooledFactory(Factory factory,
int max)
Pool of instances constructed from the given factory
|
PooledFactory(Factory factory,
int max,
boolean createMore)
Pool of instances constructed from the given factory
|
SessionFactory(Factory f) |
SessionFactory(Factory f,
boolean createOnDemand) |
SingletonFactory(Factory f) |
Modifier and Type | Class and Description |
---|---|
class |
SpringBeanFactory
Factory that will query the Spring ApplicationContext for the
appropriate bean for each request.
|
Apache CXF