public class SOAP11Decoder extends BaseHandlerChainAwareMessageDecoder
| Constructor and Description |
|---|
SOAP11Decoder()
Constructor.
|
SOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(MessageContext messageContext)
Decodes a message in a binding specific manner.
|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context.
|
invokeHandlerChain, processPostSecurityInboundHandlerChain, processPreSecurityInboundHandlerChaingetParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessagepublic SOAP11Decoder()
public SOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messagesprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode in class BaseMessageDecodermessageContext - current message contextMessageDecodingException - thrown if there is a problem decoding the messagepublic void decode(MessageContext messageContext) throws MessageDecodingException, org.opensaml.xml.security.SecurityException
decode in interface MessageDecoderdecode in class BaseHandlerChainAwareMessageDecodermessageContext - current message contextMessageDecodingException - thrown if the message can not be decodedorg.opensaml.xml.security.SecurityException - thrown if the decoded message does not meet the required security constraintsCopyright © 1999-2014. All Rights Reserved.