MessageType - the message type of the message context on which to operatepublic class SimplePayloadBodyHandler<MessageType extends XMLObject> extends AbstractMessageHandler<MessageType>
HTTPSOAP11Decoder that populates the
context message with the payload from the SOAP Envelope Body. The first
child element of of the SOAP Envelope's Body is chosen as the message.| Constructor and Description |
|---|
SimplePayloadBodyHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invokedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedprotected void doInvoke(MessageContext messageContext) throws MessageHandlerException
doInvoke in class AbstractMessageHandler<MessageType extends XMLObject>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.