Uses of Interface
org.apache.cxf.service.invoker.Factory
Package
Description
-
Uses of Factory in org.apache.cxf.annotations
-
Uses of Factory in org.apache.cxf.service.invoker
Modifier and TypeClassDescriptionclass
Creates a new instance of the service object for each call to create().class
Factory the maintains a pool of instances that are used.class
Creates a new instance for each session.class
Always returns a single instance of the bean.ModifierConstructorDescriptionFactoryInvoker
(Factory factory) Create a FactoryInvoker object.PooledFactory
(Factory factory, int max) Pool of instances constructed from the given factoryPooledFactory
(Factory factory, int max, boolean createMore) Pool of instances constructed from the given factorySessionFactory
(Factory f, boolean createOnDemand) -
Uses of Factory in org.apache.cxf.service.invoker.spring
Modifier and TypeClassDescriptionclass
Factory that will query the Spring ApplicationContext for the appropriate bean for each request.