Uses of Class
org.opensaml.messaging.decoder.MessageDecodingException
-
Packages that use MessageDecodingException Package Description org.opensaml.messaging.decoder Interfaces and classes for decoding messages.org.opensaml.messaging.decoder.httpclient Interfaces and classes for decoding HTTP messages.org.opensaml.messaging.decoder.servlet Interfaces and classes for decoding messages that come from anHttpServletRequest. -
-
Uses of MessageDecodingException in org.opensaml.messaging.decoder
Methods in org.opensaml.messaging.decoder that throw MessageDecodingException Modifier and Type Method Description voidAbstractMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().voidMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().protected abstract voidAbstractMessageDecoder. doDecode()Performs the decoding logic. -
Uses of MessageDecodingException in org.opensaml.messaging.decoder.httpclient
Methods in org.opensaml.messaging.decoder.httpclient that throw MessageDecodingException Modifier and Type Method Description voidAbstractHttpClientResponseMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().voidBaseHttpClientResponseXMLMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().protected XMLObjectBaseHttpClientResponseXMLMessageDecoder. unmarshallMessage(InputStream messageStream)Helper method that deserializes and unmarshalls the message from the given stream. -
Uses of MessageDecodingException in org.opensaml.messaging.decoder.servlet
Methods in org.opensaml.messaging.decoder.servlet that throw MessageDecodingException Modifier and Type Method Description voidAbstractHttpServletRequestMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().voidBaseHttpServletRequestXMLMessageDecoder. decode()Decode message data from the source and store it so that it may be retrieved viaMessageDecoder.getMessageContext().protected XMLObjectBaseHttpServletRequestXMLMessageDecoder. unmarshallMessage(InputStream messageStream)Helper method that deserializes and unmarshalls the message from the given stream.protected voidBaseHttpServletRequestXMLMessageDecoder. validateHttpRequest(javax.servlet.http.HttpServletRequest request)Perform optional validation of the inboundHttpServletRequest.
-