com.acsinet_solutions.cetia4.http
Interface HttpCommandProcessor

All Known Implementing Classes:
J2EEFormHttpCommandProcessor, NoopHttpCommandProcessor, SimpleHttpCommandProcessor

public interface HttpCommandProcessor

Defines an object that can send HTTP commands to a remote object.

Author:
Santiago Arriaga

Method Summary
 int execute(HttpCommand command, java.io.OutputStream ostream)
          Execute the command request and write the result's contents to the given output stream.
 

Method Detail

execute

int execute(HttpCommand command,
            java.io.OutputStream ostream)
            throws java.io.IOException
Execute the command request and write the result's contents to the given output stream.

Parameters:
ostream - The stream where to write the response; may be null.
Returns:
the response status code
Throws:
java.io.IOException