| Package | Description |
|---|---|
| org.opensaml.messaging.error |
Interfaces and classes for message-related error handling.
|
| org.opensaml.messaging.handler |
Interfaces and classes for message context handlers.
|
| Modifier and Type | Method and Description |
|---|---|
MessageHandler<MessageType> |
PipelineMessageErrorHandler.getHandler()
Get the handler to invoke on the outbound error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineMessageErrorHandler.setHandler(MessageHandler<MessageType> handler)
Set the handler to invoke on the outbound error message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageHandlerChain<MessageType>
A specialization of
MessageHandler which represents an ordered list of
message handlers which may be invoked in order. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageHandler<MessageType>
A base abstract implementation of
MessageHandler. |
| Modifier and Type | Method and Description |
|---|---|
List<MessageHandler<MessageType>> |
MessageHandlerChain.getHandlers()
Get the ordered list of message handlers which comprise the handler chain.
|
Copyright © 1999–2015. All rights reserved.