|
|||||||||
Home >> All >> org >> apache >> geronimo >> core >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.geronimo.core.service
Interface Interceptor

- public interface Interceptor
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
Method Summary | |
InvocationResult |
invoke(Invocation invocation)
Interceptor does a little work for the invocation and then invokes the next interceptor in the chain. |
Method Detail |
invoke
public InvocationResult invoke(Invocation invocation) throws java.lang.Throwable
- Interceptor does a little work for the invocation and then invokes the next interceptor
in the chain.
|
|||||||||
Home >> All >> org >> apache >> geronimo >> core >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |