org.jboss.portal.common.invocation
Interface Interceptor

All Known Implementing Classes:
JBossInterceptor

public interface Interceptor


Method Summary
 void invoke(Invocation invocation)
          Apply the aspect on this invocation.
 

Method Detail

invoke

public void invoke(Invocation invocation)
            throws java.lang.Exception,
                   InvocationException
Apply the aspect on this invocation.

Throws:
java.lang.Exception
InvocationException