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