|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Factory
Represents an object factory. Used at invoke time to find the object that the invokation will use
Method Summary | |
---|---|
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... |
Method Detail |
---|
java.lang.Object create(Exchange e) throws java.lang.Throwable
e
-
java.lang.Throwable
void release(Exchange e, java.lang.Object o)
e
- o
- object created from the create method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |