BEA Systems, Inc.

com.beasys.commerce.foundation.flow
Class XMLDestinationHandler

java.lang.Object
  |
  +--com.beasys.commerce.foundation.flow.XMLDestinationHandler

public class XMLDestinationHandler
extends java.lang.Object
implements DestinationHandler

WebLogic specific implementation to redirect the output stream to a ByteArrayOutputStream, so that it can be manipulated after going through the JSP engine. PRIVATE CLASS: Not for external use.


Constructor Summary
XMLDestinationHandler()
          Default constructor.
 
Method Summary
 void handleDestination(javax.servlet.ServletConfig aServletConfig, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.util.Map aPropertySet, java.lang.Object aDestination)
          Handle destination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDestinationHandler

public XMLDestinationHandler()
Default constructor.
Method Detail

handleDestination

public void handleDestination(javax.servlet.ServletConfig aServletConfig,
                              javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse res,
                              java.util.Map aPropertySet,
                              java.lang.Object aDestination)
                       throws FlowException
Handle destination.
Specified by:
handleDestination in interface DestinationHandler
Parameters:
aServletConfig -  
aRequest -  
aResponse -  
aPropertySet -  
aDestination -  
Throws:
FlowException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved