org.jboss.portal.server
Class RequestControllerDispatcher

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

public class RequestControllerDispatcher
extends java.lang.Object
implements org.jboss.portal.common.invocation.InvocationHandler

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
RequestControllerDispatcher(RequestController controller)
           
 
Method Summary
 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

RequestControllerDispatcher

public RequestControllerDispatcher(RequestController controller)
Method Detail

invoke

public 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.InvocationHandler
Throws:
java.lang.Exception
org.jboss.portal.common.invocation.InvocationException