public class ClassMediator extends AbstractMediator implements ManagedLifecycle
Mediatorlog, 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, traceOrDebugWarnpublic boolean mediate(MessageContext synCtx)
public void destroy()
ManagedLifecycledestroy in interface ManagedLifecyclepublic void init(SynapseEnvironment se)
ManagedLifecycleinit in interface ManagedLifecyclese - SynapseEnvironment to be used for initializationpublic void setMediator(Mediator mediator)
public Mediator getMediator()
public Map getProperties()
public boolean isContentAware()
isContentAware in interface MediatorisContentAware in class AbstractMediatorCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.