Uses of Interface
org.apache.cxf.service.invoker.Factory
Packages that use Factory
Package
Description
-
Uses of Factory in org.apache.cxf.annotations
Classes in org.apache.cxf.annotations that implement Factory -
Uses of Factory in org.apache.cxf.service.invoker
Classes in org.apache.cxf.service.invoker that implement FactoryModifier 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.Fields in org.apache.cxf.service.invoker declared as FactoryMethods in org.apache.cxf.service.invoker with parameters of type FactoryConstructors in org.apache.cxf.service.invoker with parameters of type FactoryModifierConstructorDescriptionFactoryInvoker
(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
Classes in org.apache.cxf.service.invoker.spring that implement FactoryModifier and TypeClassDescriptionclass
Factory that will query the Spring ApplicationContext for the appropriate bean for each request.