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() |
String |
getBeanName() |
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(String beanName) |
void |
setConfigKey(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, unregisterMediationFlowPoint
public boolean mediate(org.apache.synapse.MessageContext synCtx)
mediate
in interface org.apache.synapse.Mediator
public void setBeanName(String beanName)
public String getBeanName()
public String getConfigKey()
public void setConfigKey(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.Mediator
isContentAltering
in class org.apache.synapse.mediators.AbstractMediator
public void init(org.apache.synapse.core.SynapseEnvironment se)
init
in interface org.apache.synapse.ManagedLifecycle
public void destroy()
destroy
in interface org.apache.synapse.ManagedLifecycle
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.