org.jboss.portal.core.controller.classic
Class OtherResponseHandler

java.lang.Object
  extended by org.jboss.portal.core.controller.classic.OtherResponseHandler
All Implemented Interfaces:
ResponseHandler

public class OtherResponseHandler
extends java.lang.Object
implements ResponseHandler

Version:
$Revision: 9508 $
Author:
Julien Viet

Constructor Summary
OtherResponseHandler()
           
 
Method Summary
 HandlerResponse processCommandResponse(ControllerContext controllerContext, ControllerCommand controllerCommand, ControllerResponse controllerResponse)
          Process the command response and provides an handler response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherResponseHandler

public OtherResponseHandler()
Method Detail

processCommandResponse

public HandlerResponse processCommandResponse(ControllerContext controllerContext,
                                              ControllerCommand controllerCommand,
                                              ControllerResponse controllerResponse)
                                       throws ResponseHandlerException
Description copied from interface: ResponseHandler
Process the command response and provides an handler response.

Specified by:
processCommandResponse in interface ResponseHandler
Parameters:
controllerContext - the controller context
controllerCommand - the controller command
controllerResponse - the controller response
Returns:
the handler response
Throws:
ResponseHandlerException