| Package | Description | 
|---|---|
| org.apache.cxf.annotations | |
| org.apache.cxf.service.invoker | |
| org.apache.cxf.service.invoker.spring | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FactoryType.DEFAULT | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PerRequestFactoryCreates a new instance of the service object for each call to create(). | 
| class  | PooledFactoryFactory the maintains a pool of instances that are used. | 
| class  | SessionFactoryCreates a new instance for each session. | 
| class  | SingletonFactoryAlways returns a single instance of the bean. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Factory | FactoryInvoker. factory | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FactoryInvoker. setFactory(Factory f) | 
| Constructor and Description | 
|---|
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpringBeanFactoryFactory that will query the Spring ApplicationContext for the
 appropriate bean for each request. | 
Apache CXF