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

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

public abstract class JBossInterceptor
extends java.lang.Object
implements Interceptor

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
JBossInterceptor()
           
 
Method Summary
abstract  java.lang.Object invoke(Invocation invocation)
          todo
 
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(Invocation invocation)
                                 throws java.lang.Exception,
                                        InvocationException
Description copied from interface: Interceptor
todo

Specified by:
invoke in interface Interceptor
Throws:
java.lang.Exception
InvocationException