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(org.opensaml.ws.transport.InTransport in,
org.opensaml.ws.transport.OutTransport out)
Processes an incoming request.
|
public static final String ERROR_KEY
public abstract void processRequest(org.opensaml.ws.transport.InTransport in, org.opensaml.ws.transport.OutTransport out)
processRequest
in interface ProfileHandler
in
- the incoming request transportout
- the outgoing response transportCopyright © 1999–2014. All rights reserved.