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, processPreSecurityInboundHandlerChaingetParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessagepublic SOAP11Decoder()
public SOAP11Decoder(ParserPool pool)
pool - parser pool used to deserialize messagesprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode クラス内 BaseMessageDecodermessageContext - current message contextMessageDecodingException - thrown if there is a problem decoding the messagepublic void decode(MessageContext messageContext) throws MessageDecodingException, SecurityException
decode インタフェース内 MessageDecoderdecode クラス内 BaseHandlerChainAwareMessageDecodermessageContext - 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.