public class EnrichMediator extends AbstractMediator
| Modifier and Type | Field and Description |
|---|---|
static int |
BODY |
static int |
CUSTOM |
static int |
ENVELOPE |
static int |
INLINE |
static int |
PROPERTY |
log, trace, traceState| Constructor and Description |
|---|
EnrichMediator() |
| Modifier and Type | Method and Description |
|---|---|
Source |
getSource() |
Target |
getTarget() |
boolean |
mediate(MessageContext synCtx)
Invokes the mediator passing the current message for mediation.
|
void |
setSource(Source source) |
void |
setTarget(Target target) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarnpublic static final int CUSTOM
public static final int ENVELOPE
public static final int BODY
public static final int PROPERTY
public static final int INLINE
public boolean mediate(MessageContext synCtx)
MediatorsynCtx - the current message for mediationpublic Source getSource()
public Target getTarget()
public void setSource(Source source)
public void setTarget(Target target)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.