public interface Factory
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...
|
Apache CXF