org.jboss.remoting.transport.servlet
Interface ServletServerInvokerMBean

All Known Implementing Classes:
ServletServerInvoker

public interface ServletServerInvokerMBean

The MBean interface for the ServletServerInvoker.

Author:
Tom Elrod

Method Summary
 byte[] processRequest(javax.servlet.http.HttpServletRequest request, byte[] requestByte, javax.servlet.http.HttpServletResponse response)
           
 void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Method to be called by the servlet to handle the incoming request.
 

Method Detail

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException,
                           java.io.IOException
Method to be called by the servlet to handle the incoming request.

Parameters:
request -
response -
Throws:
javax.servlet.ServletException
java.io.IOException

processRequest

public byte[] processRequest(javax.servlet.http.HttpServletRequest request,
                             byte[] requestByte,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.