Package org.apache.cxf.service.invoker
Class SessionFactory
java.lang.Object
org.apache.cxf.service.invoker.SessionFactory
- All Implemented Interfaces:
- Factory
Creates a new instance for each session.
 This may have restrictions on what the bean can look like.   For example,
 some session implementations require the beans to be Serializable
- 
Constructor SummaryConstructorsConstructorDescriptionSessionFactory(Class<?> svcClass) SessionFactory(Class<?> svcClass, boolean createOnDemand) SessionFactory(Factory f, boolean createOnDemand) 
- 
Method Summary
- 
Constructor Details- 
SessionFactory
- 
SessionFactory
- 
SessionFactory
- 
SessionFactory
 
- 
- 
Method Details- 
createCreates the object that will be used for the invoke
- 
releasePost invoke, this is called to allow the factory to release the object, store it, etc...
 
-