public abstract class AbstractErrorHandler extends Object implements ProfileHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_KEY
Servlet request attribute to which the error is bound.
|
| Constructor and Description |
|---|
AbstractErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
processRequest(InTransport in,
OutTransport out)
Processes an incoming request.
|
public static final String ERROR_KEY
public abstract void processRequest(InTransport in, OutTransport out)
processRequest in interface ProfileHandlerin - the incoming request transportout - the outgoing response transportCopyright © 1999-2015. All Rights Reserved.