org.opensaml.ws.message.handler
Interface HandlerChainAware

All Known Implementing Classes:
BaseHandlerChainAwareMessageDecoder, BaseHandlerChainAwareMessageEncoder, HTTPSOAP11Decoder, HTTPSOAP11Encoder, SOAP11Decoder, SOAP11Encoder

public interface HandlerChainAware

A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.

Specifically, it identifies those implementations which process the handlers produced by a message context's MessageContext.getPreSecurityInboundHandlerChainResolver() and MessageContext.getPostSecurityInboundHandlerChainResolver(), and MessageContext.getOutboundHandlerChainResolver(), for decoders and encoders respectively.




Copyright © 2006-2013 Internet2. All Rights Reserved.