public class HandlerChainAwareHTTPSOAP11Decoder extends HTTPSOAP11Decoder implements HandlerChainAware
| コンストラクタと説明 |
|---|
HandlerChainAwareHTTPSOAP11Decoder()
Constructor.
|
HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, setUnderstoodHeadersextractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadatacheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorgetParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessagepublic HandlerChainAwareHTTPSOAP11Decoder()
public HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
pool - parser pool to usepublic void decode(MessageContext messageContext) throws MessageDecodingException, SecurityException
decode インタフェース内 MessageDecoderdecode クラス内 BaseSAML2MessageDecodermessageContext - 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 © 2012. All Rights Reserved.