public class HandlerChainAwareHTTPSOAP11Decoder extends HTTPSOAP11Decoder implements org.opensaml.ws.message.handler.HandlerChainAware
| Constructor and Description |
|---|
HandlerChainAwareHTTPSOAP11Decoder()
Constructor.
|
HandlerChainAwareHTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.opensaml.ws.message.MessageContext messageContext) |
protected void |
invokeHandlerChain(org.opensaml.ws.message.handler.HandlerChain handlerChain,
org.opensaml.ws.message.MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
protected void |
processPostSecurityInboundHandlerChain(org.opensaml.ws.message.MessageContext messageContext)
Process the post-SecurityPolicy inbound
HandlerChain for the message context, if any. |
protected void |
processPreSecurityInboundHandlerChain(org.opensaml.ws.message.MessageContext messageContext)
Process the pre-SecurityPolicy inbound
HandlerChain for the message context, if any. |
checkUnderstoodSOAPHeaders, doDecode, getBindingURI, getUnderstoodHeaders, isIntendedDestinationEndpointURIRequired, setUnderstoodHeadersextractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadatacheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorpublic HandlerChainAwareHTTPSOAP11Decoder()
public HandlerChainAwareHTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool to usepublic void decode(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException,
org.opensaml.xml.security.SecurityException
decode in interface org.opensaml.ws.message.decoder.MessageDecoderdecode in class BaseSAML2MessageDecoderorg.opensaml.ws.message.decoder.MessageDecodingExceptionorg.opensaml.xml.security.SecurityExceptionprotected void processPreSecurityInboundHandlerChain(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException
HandlerChain for the message context, if any.messageContext - the message context to processorg.opensaml.ws.message.decoder.MessageDecodingException - thrown if a handler indicates a problem handling the messageprotected void processPostSecurityInboundHandlerChain(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException
HandlerChain for the message context, if any.messageContext - the message context to processorg.opensaml.ws.message.decoder.MessageDecodingException - thrown if a handler indicates a problem handling the messageprotected void invokeHandlerChain(org.opensaml.ws.message.handler.HandlerChain handlerChain,
org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.handler.HandlerException
handlerChain - the handle chain to invokemessageContext - the message context to processorg.opensaml.ws.message.handler.HandlerException - if handler chain encountered a problem handling the message contextCopyright © 1999–2015. All rights reserved.