public class HTTPSOAP11Decoder extends SOAP11Decoder
Constructor and Description |
---|
HTTPSOAP11Decoder()
Constructor.
|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context.
|
decode
invokeHandlerChain, processPostSecurityInboundHandlerChain, processPreSecurityInboundHandlerChain
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
public HTTPSOAP11Decoder()
public HTTPSOAP11Decoder(ParserPool pool)
pool
- parser pool used to deserialize messagesprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
in class SOAP11Decoder
messageContext
- current message contextMessageDecodingException
- thrown if there is a problem decoding the messageCopyright © 2018 JBoss by Red Hat. All rights reserved.