Package | Description |
---|---|
org.opensaml.messaging.context |
Interfaces and classes for tracking message processing state.
|
org.opensaml.messaging.decoder |
Interfaces and classes for decoding messages.
|
org.opensaml.messaging.encoder |
Interfaces and classes for encoding messages.
|
org.opensaml.messaging.handler |
Interfaces and classes for message context handlers.
|
Modifier and Type | Method and Description |
---|---|
T |
MessageContextEvaluatingFunctor.evaluate(MessageContext<MessageType> msgContext)
Using the specified MessageContext as the evaluation context,
produce a data value product of the appropriate type.
|
void |
MessageContextMutatingFunctor.mutate(MessageContext<MessageType> msgContext,
T input)
Mutate the specified message context based on the supplied input value.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDecodingException
Exception thrown when a problem occurs decoding a message.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageEncodingException
Exception thrown when a problem occurs encoding a message from to an output transport.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHandlerException
Base class for message handling-related exceptions.
|
Copyright © 1999–2015. All rights reserved.