org.opensaml.ws.soap.soap11.decoder.http
Class HTTPSOAP11Decoder
java.lang.Object
org.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.ws.message.handler.BaseHandlerChainAwareMessageDecoder
org.opensaml.ws.soap.soap11.decoder.SOAP11Decoder
org.opensaml.ws.soap.soap11.decoder.http.HTTPSOAP11Decoder
- All Implemented Interfaces:
- MessageDecoder, HandlerChainAware
public class HTTPSOAP11Decoder
- extends SOAP11Decoder
Basic SOAP 1.1 over decoder for HTTP transport.
Field Summary |
private org.slf4j.Logger |
log
Class logger. |
Method Summary |
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private final org.slf4j.Logger log
- Class logger.
HTTPSOAP11Decoder
public HTTPSOAP11Decoder()
- Constructor.
HTTPSOAP11Decoder
public HTTPSOAP11Decoder(ParserPool pool)
- Constructor.
- Parameters:
pool
- parser pool used to deserialize messages
doDecode
protected void doDecode(MessageContext messageContext)
throws MessageDecodingException
- Decodes a message, updating the message context. Security policy evaluation is handled outside this method.
- Overrides:
doDecode
in class SOAP11Decoder
- Parameters:
messageContext
- current message context
- Throws:
MessageDecodingException
- thrown if there is a problem decoding the message
Copyright © 1999-2013. All Rights Reserved.