org.jboss.portal.server
Class ServerInterceptor

java.lang.Object
  extended by org.jboss.portal.server.ServerInterceptor
All Implemented Interfaces:
Interceptor
Direct Known Subclasses:
ContentTypeInterceptor, IdentityBindingInterceptor, LocaleInterceptor, LocaleInterceptor, PortalContextPathInterceptor, SignOutInterceptor, TransactionInterceptor, UserEventBridgeTriggerInterceptor, UserInterceptor

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

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
ServerInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          todo
protected abstract  void invoke(ServerInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInterceptor

public ServerInterceptor()
Method Detail

invoke

public 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

invoke

protected abstract void invoke(ServerInvocation invocation)
                        throws java.lang.Exception,
                               InvocationException
Throws:
java.lang.Exception
InvocationException