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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialInterceptor
public InitialInterceptor()
processInvocation
public Object processInvocation(InterceptorContext context)
throws Exception
- Description copied from interface:
Interceptor
- Process an invocation. The invocation can be handled directly, or passed on to the next processor in the
chain.
- Specified by:
processInvocation
in interface Interceptor
- Parameters:
context
- the interceptor context
- Returns:
- the result of the invocation
- Throws:
Exception
- If the underlying invocation resulted in some exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.