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.


Method Summary
 Iterable<HandlerChain> resolve(MessageContext messageContext)
          Resolve handler chain instances based on the message context.
 

Method Detail

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 © 2006-2013 Internet2. All Rights Reserved.