public class ExtractChannelBindingsHeadersHandler extends AbstractMessageHandler
ChannelBindings SOAP header blocks in an incoming SOAP envelope
and save them to a ChannelBindingsContext underneath the SOAP11Context.| Constructor and Description |
|---|
ExtractChannelBindingsHeadersHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
void |
setFinalDestination(boolean flag)
Set whether to include header blocks targeted at the final destination node (defaults to false).
|
void |
setNextDestination(boolean flag)
Set whether to include header blocks targeted at the next destination node (defaults to true).
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invokedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedpublic ExtractChannelBindingsHeadersHandler()
public void setFinalDestination(boolean flag)
flag - flag to setpublic void setNextDestination(boolean flag)
flag - flag to setprotected void doInvoke(@Nonnull MessageContext messageContext) throws MessageHandlerException
doInvoke in class AbstractMessageHandlermessageContext - 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.