com.ibm.wsspi.webcontainer

Interface RequestProcessor

All known subinterfaces:
IServletWrapper
All known implementing classes:
GenericServletWrapper

  1. public interface RequestProcessor
Interface that indicates that the implementation class is capable of processing ServletRequests.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
  1. void
handleRequest(ServletRequest req,ServletResponse res)
  1. boolean
isInternal()

Method Detail

handleRequest

  1. void handleRequest(ServletRequest req,
  2. ServletResponse res)
  3. throws java.lang.Exception
Throws:
java.lang.Exception

isInternal

  1. boolean isInternal()
Returns:
boolean Returns true if this request processor is for internal use only

getName

  1. java.lang.String getName()