public class CloneMediator extends AbstractMediator implements ManagedLifecycle
log, trace, traceState| Constructor and Description |
|---|
CloneMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTarget(Target target) |
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
String |
getId() |
List<Target> |
getTargets() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
boolean |
isContinueParent() |
boolean |
isSequential() |
boolean |
mediate(MessageContext synCtx)
This will implement the mediate method of the Mediator interface and will provide the
functionality of cloning message into the specified targets and mediation
|
void |
setContinueParent(boolean continueParent) |
void |
setId(String id) |
void |
setSequential(boolean sequential) |
void |
setTargets(List<Target> targets) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarnpublic boolean mediate(MessageContext synCtx)
public boolean isContinueParent()
public void setContinueParent(boolean continueParent)
public void addTarget(Target target)
public String getId()
public void setId(String id)
public boolean isSequential()
public void setSequential(boolean sequential)
public void init(SynapseEnvironment se)
ManagedLifecycleinit in interface ManagedLifecyclese - SynapseEnvironment to be used for initializationpublic void destroy()
ManagedLifecycledestroy in interface ManagedLifecycleCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.