jrun.servlet
Interface Invoker

All Known Implementing Classes:
ServletInvoker

public interface Invoker

Interface that must be implemented by all services that can act as an invoker in an invoker chain. Invokers use the InvokerChain to invoke the next invoker in the chain.

Author:
Karl Moss

Method Summary
 void invoke(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InvokerChain chain)
          Invoke the request
 

Method Detail

invoke

public void invoke(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   InvokerChain chain)
            throws java.io.IOException,
                   javax.servlet.ServletException
Invoke the request
Parameters:
request - The HttpServletRequest
response - The HttpServletResponse


Copyright � 2002 Macromedia Corporation. All Rights Reserved.