Uses of Interface
org.opensaml.ws.message.handler.HandlerChain

Packages that use HandlerChain
org.opensaml.ws.message.handler   
 

Uses of HandlerChain in org.opensaml.ws.message.handler
 

Subinterfaces of HandlerChain in org.opensaml.ws.message.handler
 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.
 

Classes in org.opensaml.ws.message.handler that implement HandlerChain
 class BasicHandlerChain
          A basic implementation of HandlerChain.
 class BasicPhasedHandlerChain
          A basic implementation of PhasedHandlerChain.
 

Fields in org.opensaml.ws.message.handler with type parameters of type HandlerChain
private  List<HandlerChain> StaticHandlerChainResolver.handlerChains
          Registered handler chains.
private  Map<String,HandlerChain> BasicPhasedHandlerChain.phaseChains
          Map of phases to corresponding Handler chain.
 

Methods in org.opensaml.ws.message.handler that return types with arguments of type HandlerChain
 Map<String,HandlerChain> BasicPhasedHandlerChain.getPhaseChains()
          Modifiable map of phase names to corresponding handler chains.
 Map<String,HandlerChain> PhasedHandlerChain.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.
 

Methods in org.opensaml.ws.message.handler with parameters of type HandlerChain
protected  void BaseHandlerChainAwareMessageDecoder.invokeHandlerChain(HandlerChain handlerChain, MessageContext messageContext)
          Invoke a handler chain on the specified message context.
protected  void BaseHandlerChainAwareMessageEncoder.invokeHandlerChain(HandlerChain handlerChain, MessageContext messageContext)
          Invoke a handler chain on the specified message context.
 

Constructors in org.opensaml.ws.message.handler with parameters of type HandlerChain
StaticHandlerChainResolver(HandlerChain newHandlerChain)
          Constructor.
 

Constructor parameters in org.opensaml.ws.message.handler with type arguments of type HandlerChain
StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.