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