org.opensaml.ws.soap.soap11.decoder
public class SOAP11Decoder extends BaseHandlerChainAwareMessageDecoder
Constructor and Description |
---|
SOAP11Decoder()
Constructor.
|
SOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
checkUnderstoodSOAPHeaders(MessageContext messageContext)
Check that all headers which carry the
soap11:mustUnderstand attribute
and which are targeted to this SOAP node via the soap11:actor were understood by the
decoder. |
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, processPreSecurityInboundHandlerChain
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
private final Logger log
public 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 BaseMessageDecoder
messageContext
- 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 MessageDecoder
decode
in class BaseHandlerChainAwareMessageDecoder
messageContext
- 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 constraintsprivate void checkUnderstoodSOAPHeaders(MessageContext messageContext) throws MessageDecodingException
soap11:mustUnderstand
attribute
and which are targeted to this SOAP node via the soap11:actor
were understood by the
decoder.messageContext
- the message context being processedMessageDecodingException
- thrown if a SOAP header requires understanding by
this node but was not understoodCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.