Uses of Class
org.opensaml.ws.message.MessageException

Packages that use MessageException
org.opensaml.ws.message Objects related to messages received and sent by web services. 
org.opensaml.ws.message.decoder Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport. 
org.opensaml.ws.message.encoder Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport. 
org.opensaml.ws.message.handler   
 

Uses of MessageException in org.opensaml.ws.message
 

Methods in org.opensaml.ws.message that throw MessageException
 T MessageContextEvaluatingFunctor.evaluate(MessageContext msgContext)
          Using the specified MessageContext as the evaluation context, produce a data value product of the appropriate type.
 void MessageContextMutatingFunctor.mutate(MessageContext msgContext, T input)
          Mutate the specified message context based on the supplied input value.
 

Uses of MessageException in org.opensaml.ws.message.decoder
 

Subclasses of MessageException in org.opensaml.ws.message.decoder
 class MessageDecodingException
          Exception thrown when a problem occurs decoding a message from an input transport.
 

Uses of MessageException in org.opensaml.ws.message.encoder
 

Subclasses of MessageException in org.opensaml.ws.message.encoder
 class MessageEncodingException
          Exception thrown when a problem occurs encoding a message from to an output transport.
 

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

Subclasses of MessageException in org.opensaml.ws.message.handler
 class HandlerException
          Base class for message handler related exceptions.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.