org.jboss.portal.server
Class RequestControllerDispatcher

java.lang.Object
  extended by org.jboss.portal.server.RequestControllerDispatcher
All Implemented Interfaces:
InvocationHandler

public class RequestControllerDispatcher
extends java.lang.Object
implements InvocationHandler

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
RequestControllerDispatcher(RequestController controller)
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestControllerDispatcher

public RequestControllerDispatcher(RequestController controller)
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Exception,
                               InvocationException
Specified by:
invoke in interface InvocationHandler
Throws:
java.lang.Exception
InvocationException