org.jboss.portal.core.model.portal
Class PortalObjectResponseHandler

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.core.controller.handler.AbstractResponseHandler
              extended by org.jboss.portal.core.model.portal.PortalObjectResponseHandler
All Implemented Interfaces:
ResponseHandler

public class PortalObjectResponseHandler
extends AbstractResponseHandler

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
PortalObjectResponseHandler()
           
 
Method Summary
 HandlerResponse processCommandResponse(ControllerContext controllerContext, ControllerCommand ceommand, ControllerResponse controllerResponse)
          Process the command response and provides an handler response.
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalObjectResponseHandler

public PortalObjectResponseHandler()
Method Detail

processCommandResponse

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

Parameters:
controllerContext - the controller context
ceommand - the controller command
controllerResponse - the controller response
Returns:
the handler response
Throws:
ResponseHandlerException