Package | Description |
---|---|
org.opensaml.messaging.error |
Interfaces and classes for message-related error handling.
|
org.opensaml.messaging.error.servlet |
Classes for message-related error handling in a servlet environment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PipelineMessageErrorHandler<MessageType>
A specialization of error handler where the error is handled via use of a specified message handler
and message encoder.
|
interface |
TypedMessageErrorHandler<MessageType>
A specialization of error handler that explicitly indicates that it is capable of handling
one or more types of throwable errors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpServletMessageErrorHandler<MessageType>
A specialization of message error handler for HTTP servlet container environments.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpServletMessageErrorHandler<MessageType>
Abstract implementation of
HttpServletMessageErrorHandler . |
Copyright © 2018. All rights reserved.