Uses of Class
org.opensaml.messaging.MessageException
Packages that use MessageException
Package
Description
Interfaces and classes for decoding messages.
Interfaces and classes for encoding messages.
Interfaces and classes for message context handlers.
Classes related to SAML binding operations.
Support classes for SAML SOAP message operations.
Common classes shared across SOAP versions, clients, and transports.
-
Uses of MessageException in org.opensaml.messaging.decoder
Subclasses of MessageException in org.opensaml.messaging.decoderModifier and TypeClassDescriptionclass
Exception thrown when a problem occurs decoding a message. -
Uses of MessageException in org.opensaml.messaging.encoder
Subclasses of MessageException in org.opensaml.messaging.encoderModifier and TypeClassDescriptionclass
Exception thrown when a problem occurs encoding a message from to an output transport. -
Uses of MessageException in org.opensaml.messaging.handler
Subclasses of MessageException in org.opensaml.messaging.handlerModifier and TypeClassDescriptionclass
Base class for message handling-related exceptions. -
Uses of MessageException in org.opensaml.saml.common.binding
Methods in org.opensaml.saml.common.binding that throw MessageExceptionModifier and TypeMethodDescriptionstatic String
SAMLBindingSupport.getActualReceiverEndpointURI
(MessageContext messageContext, javax.servlet.http.HttpServletRequest request) Extract the transport endpoint URI at which this message was received.static String
SAMLBindingSupport.getIntendedDestinationEndpointURI
(MessageContext messageContext) Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered. -
Uses of MessageException in org.opensaml.saml.common.messaging.soap
Methods in org.opensaml.saml.common.messaging.soap that throw MessageExceptionModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.build()
Build the new operation context.private void
SAMLSOAPClientContextBuilder.errorMissingData
(String details) Convenience method to report out an error due to missing required data. -
Uses of MessageException in org.opensaml.soap.common
Subclasses of MessageException in org.opensaml.soap.commonModifier and TypeClassDescriptionclass
Specialized message decoding exception type for carrying a SOAP 1.1 Fault element.