public class SpringMediator
extends org.apache.synapse.mediators.AbstractMediator
implements org.apache.synapse.ManagedLifecycle
| Constructor and Description |
|---|
SpringMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.springframework.context.ApplicationContext |
getAppContext() |
java.lang.String |
getBeanName() |
java.lang.String |
getConfigKey() |
void |
init(org.apache.synapse.core.SynapseEnvironment se) |
boolean |
isContentAltering() |
boolean |
mediate(org.apache.synapse.MessageContext synCtx) |
void |
setAppContext(org.springframework.context.ApplicationContext appContext) |
void |
setBeanName(java.lang.String beanName) |
void |
setConfigKey(java.lang.String configKey) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPointpublic boolean mediate(org.apache.synapse.MessageContext synCtx)
mediate in interface org.apache.synapse.Mediatorpublic void setBeanName(java.lang.String beanName)
public java.lang.String getBeanName()
public java.lang.String getConfigKey()
public void setConfigKey(java.lang.String configKey)
public org.springframework.context.ApplicationContext getAppContext()
public void setAppContext(org.springframework.context.ApplicationContext appContext)
public boolean isContentAltering()
isContentAltering in interface org.apache.synapse.MediatorisContentAltering in class org.apache.synapse.mediators.AbstractMediatorpublic void init(org.apache.synapse.core.SynapseEnvironment se)
init in interface org.apache.synapse.ManagedLifecyclepublic void destroy()
destroy in interface org.apache.synapse.ManagedLifecycleCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.