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, invoke
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
protected 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 © 2017. All rights reserved.