public class SOAP11Decoder extends BaseHandlerChainAwareMessageDecoder
コンストラクタと説明 |
---|
SOAP11Decoder()
Constructor.
|
SOAP11Decoder(ParserPool pool)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
public SOAP11Decoder()
public SOAP11Decoder(ParserPool pool)
pool
- parser pool used to deserialize messagesprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
クラス内 BaseMessageDecoder
messageContext
- current message contextMessageDecodingException
- thrown if there is a problem decoding the messagepublic void decode(MessageContext messageContext) throws MessageDecodingException, SecurityException
decode
インタフェース内 MessageDecoder
decode
クラス内 BaseHandlerChainAwareMessageDecoder
messageContext
- current message contextMessageDecodingException
- thrown if the message can not be decodedSecurityException
- thrown if the decoded message does not meet the required security constraintsCopyright © 2012. All Rights Reserved.