Uses of Package
org.opensaml.ws.message.handler

Packages that use org.opensaml.ws.message.handler
org.opensaml.ws.message Objects related to messages received and sent by web services. 
org.opensaml.ws.message.handler   
org.opensaml.ws.soap.common Common classes shared across SOAP versions, clients, and transports. 
org.opensaml.ws.soap.soap11.decoder   
org.opensaml.ws.soap.soap11.decoder.http   
org.opensaml.ws.soap.soap11.encoder   
org.opensaml.ws.soap.soap11.encoder.http   
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.message
HandlerChainResolver
          A resolver which uses the message context information to resolve and return instances of HandlerChain.
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.message.handler
BasicHandlerChain
          A basic implementation of HandlerChain.
Handler
          A handler is invoked to implement specific business logic on a MessageContext.
HandlerChain
          An ordered chain of Handler instances which may be invoked on a message context.
HandlerChainAware
          A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.
HandlerChainResolver
          A resolver which uses the message context information to resolve and return instances of HandlerChain.
HandlerException
          Base class for message handler related exceptions.
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 used by org.opensaml.ws.soap.common
Handler
          A handler is invoked to implement specific business logic on a MessageContext.
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.soap.soap11.decoder
BaseHandlerChainAwareMessageDecoder
          Base class for message decoders which are capable of processing the message context's inbound HandlerChain.
HandlerChainAware
          A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.soap.soap11.decoder.http
BaseHandlerChainAwareMessageDecoder
          Base class for message decoders which are capable of processing the message context's inbound HandlerChain.
HandlerChainAware
          A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.soap.soap11.encoder
BaseHandlerChainAwareMessageEncoder
          Base class for message encoders which are capable of processing the message context's outbound HandlerChain.
HandlerChainAware
          A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.
 

Classes in org.opensaml.ws.message.handler used by org.opensaml.ws.soap.soap11.encoder.http
BaseHandlerChainAwareMessageEncoder
          Base class for message encoders which are capable of processing the message context's outbound HandlerChain.
HandlerChainAware
          A marker interface for MessageDecoder and MessageEncoder implementations which process a message context's Handler's.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.