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, invoke
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
public 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 AbstractMessageHandler
messageContext
- the message context on which to invoke the handlerMessageHandlerException
- if there is an error invoking the handler on the message contextCopyright © 2018. All rights reserved.