org.jboss.portal.server.impl.invocation
Class JBossInterceptor

java.lang.Object
  extended by org.jboss.portal.server.impl.invocation.JBossInterceptor
All Implemented Interfaces:
org.jboss.portal.common.invocation.Interceptor
Direct Known Subclasses:
ControllerInterceptor

public abstract class JBossInterceptor
extends java.lang.Object
implements org.jboss.portal.common.invocation.Interceptor

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
JBossInterceptor()
           
 
Method Summary
abstract  java.lang.Object invoke(org.jboss.portal.common.invocation.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossInterceptor

public JBossInterceptor()
Method Detail

invoke

public abstract java.lang.Object invoke(org.jboss.portal.common.invocation.Invocation invocation)
                                 throws java.lang.Exception,
                                        org.jboss.portal.common.invocation.InvocationException
Specified by:
invoke in interface org.jboss.portal.common.invocation.Interceptor
Throws:
java.lang.Exception
org.jboss.portal.common.invocation.InvocationException