|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Factory | |
---|---|
org.apache.cxf.jaxws | |
org.apache.cxf.service.invoker |
Uses of Factory in org.apache.cxf.jaxws |
---|
Constructors in org.apache.cxf.jaxws with parameters of type Factory | |
---|---|
AbstractJAXWSMethodInvoker(Factory factory)
|
|
JAXWSMethodInvoker(Factory factory)
|
Uses of Factory in org.apache.cxf.service.invoker |
---|
Classes in org.apache.cxf.service.invoker that implement Factory | |
---|---|
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. |
class |
SpringBeanFactory
Factory that will query the Spring ApplicationContext for the appropriate bean for each request. |
Methods in org.apache.cxf.service.invoker with parameters of type Factory | |
---|---|
void |
FactoryInvoker.setFactory(Factory f)
|
Constructors in org.apache.cxf.service.invoker with parameters of type Factory | |
---|---|
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)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |