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 Summary
ConstructorDescriptionSessionFactory
(Class<?> svcClass) SessionFactory
(Class<?> svcClass, boolean createOnDemand) SessionFactory
(Factory f, boolean createOnDemand) -
Method Summary
-
Constructor Details
-
SessionFactory
-
SessionFactory
-
SessionFactory
-
SessionFactory
-
-
Method Details
-
create
Creates the object that will be used for the invoke -
release
Post invoke, this is called to allow the factory to release the object, store it, etc...
-