com.ibm.wsspi.webcontainer
Interface RequestProcessor
All known subinterfaces:
All known implementing classes:
- public interface RequestProcessor
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
|
|
handleRequest(ServletRequest req,ServletResponse res)
|
|
isInternal()
|
Method Detail
handleRequest
- void handleRequest(ServletRequest req,
- ServletResponse res)
- throws java.lang.Exception
Throws:
java.lang.Exception
isInternal
- boolean isInternal()
Returns:
boolean Returns true if this request processor is for internal use only
getName
- java.lang.String getName()