Invocation API 1.1.0.Final

org.jboss.invocation
Class InitialInterceptor

java.lang.Object
  extended by 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

Constructor Summary
InitialInterceptor()
           
 
Method Summary
 Object processInvocation(InterceptorContext context)
          Process an invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialInterceptor

public InitialInterceptor()
Method Detail

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

Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.