public class ClassMediator extends AbstractMediator implements ManagedLifecycle
Mediator
log, trace, traceState
Constructor and Description |
---|
ClassMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
Object value) |
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
Mediator |
getMediator() |
Map |
getProperties() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
boolean |
isContentAware() |
boolean |
mediate(MessageContext synCtx)
Don't use a new instance...
|
void |
setMediator(Mediator mediator) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
public boolean mediate(MessageContext synCtx)
public void destroy()
ManagedLifecycle
destroy
in interface ManagedLifecycle
public void init(SynapseEnvironment se)
ManagedLifecycle
init
in interface ManagedLifecycle
se
- SynapseEnvironment to be used for initializationpublic void setMediator(Mediator mediator)
public Mediator getMediator()
public Map getProperties()
public boolean isContentAware()
isContentAware
in interface Mediator
isContentAware
in class AbstractMediator
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.