Uses of Interface
org.apache.cxf.service.invoker.Factory
Packages that use Factory
Package
Description
- 
Uses of Factory in org.apache.cxf.annotationsClasses in org.apache.cxf.annotations that implement Factory
- 
Uses of Factory in org.apache.cxf.service.invokerClasses in org.apache.cxf.service.invoker that implement FactoryModifier and TypeClassDescriptionclassCreates a new instance of the service object for each call to create().classFactory the maintains a pool of instances that are used.classCreates a new instance for each session.classAlways 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.springClasses in org.apache.cxf.service.invoker.spring that implement FactoryModifier and TypeClassDescriptionclassFactory that will query the Spring ApplicationContext for the appropriate bean for each request.