Apache CXF API

Uses of Interface
org.apache.cxf.service.invoker.Factory

Packages that use Factory
org.apache.cxf.annotations   
org.apache.cxf.jaxws   
org.apache.cxf.service.invoker   
org.apache.cxf.service.invoker.spring   
 

Uses of Factory in org.apache.cxf.annotations
 

Classes in org.apache.cxf.annotations that implement Factory
static class FactoryType.DEFAULT
           
 

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.
 

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)
           
 

Uses of Factory in org.apache.cxf.service.invoker.spring
 

Classes in org.apache.cxf.service.invoker.spring that implement Factory
 class SpringBeanFactory
          Factory that will query the Spring ApplicationContext for the appropriate bean for each request.
 


Apache CXF API

Apache CXF