© 2001 BEA Systems, Inc.

com.beasys.commerce.webflow
Interface InputProcessorExtended

All Known Implementing Classes:
CommerceInputProcessorExtended

public interface InputProcessorExtended

The interface InputProcessor should be implemented by classses that needs to perform:

Note: this interface makes InputProcessor interface obsolete. New IP implementations should implement this interface, and also any IP that will operate in an environment where concurrent requests on the same HTTP Session can occur.

See Also:
InputProcessor, PipelineSessionExtended, PipelineSession, ProcessingException,

Method Summary
 java.lang.String process(javax.servlet.http.HttpServletRequest req, int requestId)
          Process the HttpServletRequest or the PipelineSession present in the HttpSession.
 

Method Detail

process

public java.lang.String process(javax.servlet.http.HttpServletRequest req,
                                int requestId)
                         throws ProcessingException
Process the HttpServletRequest or the PipelineSession present in the HttpSession.
Parameters:
req - the HttpServletRequest object
requestId - the unique identifier for the assoicated request
Returns:
String "success" if it executes successfully.
Throws:
ProcessingException - or one of its sub-classes

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved