org.jboss.portal.server
Interface RequestController

All Known Implementing Classes:
Controller

public interface RequestController

The server delegates to the request controller the handling of the invocation after it has been through the interceptor stack of the server.

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 void handle(ServerInvocation invocation)
          Handle the invocation.
 

Method Detail

handle

void handle(ServerInvocation invocation)
            throws ServerException
Handle the invocation.

Parameters:
invocation - the server invocation
Throws:
ServerException