public class JSPErrorHandler extends AbstractErrorHandler
| Attribute Name | Object Type | Value |
| requestError | Throwable |
Error that was thrown that triggered the invocation of this handler. |
ERROR_KEY| Constructor and Description |
|---|
JSPErrorHandler(String page)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(org.opensaml.ws.transport.InTransport in,
org.opensaml.ws.transport.OutTransport out)
Processes an incoming request.
|
public JSPErrorHandler(String page)
page - path to JSP pagepublic void processRequest(org.opensaml.ws.transport.InTransport in,
org.opensaml.ws.transport.OutTransport out)
processRequest in interface ProfileHandlerprocessRequest in class AbstractErrorHandlerin - the incoming request transportout - the outgoing response transportCopyright © 1999–2014. All rights reserved.