public class MessageStoreMediator extends AbstractMediator
MessageStoreMediator
will store the incoming Messages in associated MessageStorelog, trace, traceState
Constructor and Description |
---|
MessageStoreMediator() |
Modifier and Type | Method and Description |
---|---|
String |
getMessageStoreName() |
String |
getName() |
String |
getOnStoreSequence() |
boolean |
mediate(MessageContext synCtx)
Invokes the mediator passing the current message for mediation.
|
void |
setMessageStoreName(String messageStoreName) |
void |
setName(String name) |
void |
setOnStoreSequence(String onStoreSequence) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
public boolean mediate(MessageContext synCtx)
Mediator
synCtx
- the current message for mediationpublic String getName()
public void setName(String name)
public String getMessageStoreName()
public void setMessageStoreName(String messageStoreName)
public String getOnStoreSequence()
public void setOnStoreSequence(String onStoreSequence)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.