org.opensaml.ws.message.handler
Interface HandlerChainResolver
- All Known Implementing Classes:
- StaticHandlerChainResolver
public interface HandlerChainResolver
A resolver which uses the message context information to resolve and return instances of HandlerChain.
resolve
Iterable<HandlerChain> resolve(MessageContext messageContext)
throws HandlerException
- Resolve handler chain instances based on the message context.
- Parameters:
messageContext - the message context to process
- Returns:
- resolved handler chains
- Throws:
HandlerException - thrown if there is an error resolving the handler chain
Copyright © 1999-2013. All Rights Reserved.