BEA Systems, Inc.

com.beasys.commerce.foundation.flow
Interface DestinationHandler

All Known Implementing Classes:
ServletDestinationHandler, XMLDestinationHandler

public interface DestinationHandler

Required interface for destination handler. This interface takes all the information available to the servlet, the destination returned from the destination determiner, along with the property set (in the form a of a Map) for the application.


Method Summary
 void handleDestination(javax.servlet.ServletConfig aServletConfig, javax.servlet.http.HttpServletRequest aRequest, javax.servlet.http.HttpServletResponse aResponse, java.util.Map aPropertySet, java.lang.Object aDestination)
          Handle the destination.
 

Method Detail

handleDestination

public void handleDestination(javax.servlet.ServletConfig aServletConfig,
                              javax.servlet.http.HttpServletRequest aRequest,
                              javax.servlet.http.HttpServletResponse aResponse,
                              java.util.Map aPropertySet,
                              java.lang.Object aDestination)
                       throws FlowException
Handle the destination.
Parameters:
aServletConfig - - from the FlowManager servlet.
aRequest - - from the FlowManager servlet.
aResponse - - from the FlowManager servlet.
aMap - - the property set for the application.
aDestination - - the destination returned from the destination determiner.
Throws:
FlowException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved