Package org.jboss.invocation
Class InitialInterceptor
- java.lang.Object
-
- org.jboss.invocation.InitialInterceptor
-
- All Implemented Interfaces:
Serializable,Interceptor
public class InitialInterceptor extends Object implements Interceptor, Serializable
The initial interceptor that is called during an invocation.- Author:
- John Bailey
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description InitialInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(InterceptorContext context)Process an invocation.
-
-
-
Method Detail
-
processInvocation
public Object processInvocation(InterceptorContext context) throws Exception
Description copied from interface:InterceptorProcess an invocation. The invocation can be handled directly, or passed on to the next processor in the chain.- Specified by:
processInvocationin interfaceInterceptor- Parameters:
context- the interceptor context- Returns:
- the result of the invocation
- Throws:
Exception- If the underlying invocation resulted in some exception
-
-