| Package | Description |
|---|---|
| org.opensaml.ws.message.handler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PhasedHandlerChain
A specialized type of
HandlerChain which supports organizing multiple
handler chains into a set of named handler chains called 'phases', which will be
invoked in a specified order. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHandlerChain
A basic implementation of
HandlerChain. |
class |
BasicPhasedHandlerChain
A basic implementation of
PhasedHandlerChain. |
| Modifier and Type | Field and Description |
|---|---|
private List<HandlerChain> |
StaticHandlerChainResolver.handlerChains
Registered handler chains.
|
private Map<String,HandlerChain> |
BasicPhasedHandlerChain.phaseChains
Map of phases to corresponding Handler chain.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HandlerChain> |
PhasedHandlerChain.getPhaseChains()
Modifiable map of phase names to corresponding handler chains.
|
Map<String,HandlerChain> |
BasicPhasedHandlerChain.getPhaseChains()
Modifiable map of phase names to corresponding handler chains.
|
Iterable<HandlerChain> |
StaticHandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
Iterable<HandlerChain> |
HandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHandlerChainAwareMessageEncoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
protected void |
BaseHandlerChainAwareMessageDecoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
| Constructor and Description |
|---|
StaticHandlerChainResolver(HandlerChain newHandlerChain)
Constructor.
|
| Constructor and Description |
|---|
StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
Constructor.
|
Copyright © 1999-2015. All Rights Reserved.