public class EnvelopeBodyHandler extends AbstractMessageHandler<Envelope>
HTTPSOAP11Decoder that populates the
context message with the SOAP Envelope.| Constructor and Description |
|---|
EnvelopeBodyHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvoke(MessageContext<Envelope> messageContext)
Performs the handler logic.
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invokedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedprotected void doInvoke(@Nonnull MessageContext<Envelope> messageContext) throws MessageHandlerException
doInvoke in class AbstractMessageHandler<Envelope>messageContext - the message context on which to invoke the handlerMessageHandlerException - if there is an error invoking the handler on the message contextCopyright © 2021. All rights reserved.