org.apache.cactus.server
Interface TestController

All Known Implementing Classes:
AbstractWebTestController

public interface TestController

Controller interface that simlulates a bit the controller from the MVC model in that this controller implementation classes are in charge of extracting data from the request and calling the test method to execute. Note that this is independent of the protocol (HTTP, JMS, etc).

Version:
$Id: TestController.java,v 1.4 2003/05/26 11:45:22 cmlenz Exp $
Author:
Vincent Massol

Method Summary
 void handleRequest(ImplicitObjects theObjects)
          Handles the incoming request by extracting the requested service and calling the correct test method.
 

Method Detail

handleRequest

public void handleRequest(ImplicitObjects theObjects)
                   throws java.lang.Exception
Handles the incoming request by extracting the requested service and calling the correct test method.

Parameters:
theObjects - the implicit objects (they are different for the different redirectors)
Throws:
java.lang.Exception - if an error occurs when servicing the request


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.