|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.message.handler.BasicHandlerChain
public class BasicHandlerChain
A basic implementation of HandlerChain.
| Constructor Summary | |
|---|---|
BasicHandlerChain()
Constructor. |
|
| Method Summary | |
|---|---|
List<Handler> |
getHandlers()
Get the modifiable list of handlers in the handler chain. |
void |
invoke(MessageContext msgContext)
Invoke the handler chain on the specified message context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicHandlerChain()
| Method Detail |
|---|
public List<Handler> getHandlers()
getHandlers in interface HandlerChain
public void invoke(MessageContext msgContext)
throws HandlerException
invoke in interface HandlerChainmsgContext - the message context on which to invoke the handler chain
HandlerException - if there is a problem handling the message context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||