org.apache.geronimo.proxy
Class ReflexiveInterceptor
java.lang.Object
org.apache.geronimo.proxy.ReflexiveInterceptor
- All Implemented Interfaces:
- Interceptor
- public class ReflexiveInterceptor
- extends Object
- implements Interceptor
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Method Summary |
InvocationResult |
invoke(Invocation invocation)
Interceptor does a little work for the invocation and then invokes the next interceptor
in the chain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflexiveInterceptor
public ReflexiveInterceptor(Object target)
invoke
public InvocationResult invoke(Invocation invocation)
throws Throwable
- Description copied from interface:
Interceptor
- Interceptor does a little work for the invocation and then invokes the next interceptor
in the chain.
- Specified by:
invoke
in interface Interceptor
- Parameters:
invocation
- the invocation for which work will be done
- Returns:
- the result of the invocation (includes return or application Exception)
- Throws:
Throwable
- if a system exception occures while doing the work
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.