public class HandlerChainAwareHTTPSOAP11Decoder extends HTTPSOAP11Decoder implements HandlerChainAware
Constructor and Description |
---|
HandlerChainAwareHTTPSOAP11Decoder()
Constructor.
|
HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
decode(MessageContext messageContext)
Decodes a message in a binding specific manner.
|
protected void |
invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
protected void |
processPostSecurityInboundHandlerChain(MessageContext messageContext)
Process the post-SecurityPolicy inbound
HandlerChain for the message context, if any. |
protected void |
processPreSecurityInboundHandlerChain(MessageContext messageContext)
Process the pre-SecurityPolicy inbound
HandlerChain for the message context, if any. |
checkUnderstoodSOAPHeaders, doDecode, getBindingURI, getUnderstoodHeaders, isIntendedDestinationEndpointURIRequired, setUnderstoodHeaders
extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
public HandlerChainAwareHTTPSOAP11Decoder()
public HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
pool
- parser pool to usepublic void decode(MessageContext messageContext) throws MessageDecodingException, SecurityException
decode
in interface MessageDecoder
decode
in class BaseSAML2MessageDecoder
messageContext
- current message contextMessageDecodingException
- thrown if the message can not be decodedSecurityException
- thrown if the decoded message does not meet the required security constraintsprotected void processPreSecurityInboundHandlerChain(MessageContext messageContext) throws MessageDecodingException
HandlerChain
for the message context, if any.messageContext
- the message context to processMessageDecodingException
- thrown if a handler indicates a problem handling the messageprotected void processPostSecurityInboundHandlerChain(MessageContext messageContext) throws MessageDecodingException
HandlerChain
for the message context, if any.messageContext
- the message context to processMessageDecodingException
- thrown if a handler indicates a problem handling the messageprotected void invokeHandlerChain(HandlerChain handlerChain, MessageContext messageContext) throws HandlerException
handlerChain
- the handle chain to invokemessageContext
- the message context to processHandlerException
- if handler chain encountered a problem handling the message contextCopyright © 2018 JBoss by Red Hat. All rights reserved.