Constructor and Description |
---|
SessionFactory(java.lang.Class<?> svcClass) |
SessionFactory(java.lang.Class<?> svcClass,
boolean createOnDemand) |
SessionFactory(Factory f) |
SessionFactory(Factory f,
boolean createOnDemand) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(Exchange e)
Creates the object that will be used for the invoke
|
void |
release(Exchange e,
java.lang.Object o)
Post invoke, this is called to allow the factory to release
the object, store it, etc...
|
public SessionFactory(java.lang.Class<?> svcClass)
public SessionFactory(Factory f)
public SessionFactory(java.lang.Class<?> svcClass, boolean createOnDemand)
public SessionFactory(Factory f, boolean createOnDemand)
public java.lang.Object create(Exchange e) throws java.lang.Throwable