public class POJOCommandMediator extends AbstractMediator
interface
log, trace, traceState
Constructor and Description |
---|
POJOCommandMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addContextGetterProperty(String name,
String value) |
void |
addContextSetterProperty(String name,
String ctxName) |
void |
addMessageGetterProperty(String name,
SynapseXPath xpath) |
void |
addMessageSetterProperty(String name,
SynapseXPath xpath) |
void |
addStaticSetterProperty(String name,
Object value) |
Class |
getCommand() |
Map<String,String> |
getContextGetterProperties() |
Map<String,String> |
getContextSetterProperties() |
Map<String,SynapseXPath> |
getMessageGetterProperties() |
Map<String,SynapseXPath> |
getMessageSetterProperties() |
Map<String,Object> |
getStaticSetterProperties() |
boolean |
mediate(MessageContext synCtx)
Implements the mediate method of the Mediator interface.
|
void |
setCommand(Class command) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, 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(MessageContext synCtx)
synCtx
- - Synapse MessageContext to be mediatedpublic Class getCommand()
public void setCommand(Class command)
public void addMessageSetterProperty(String name, SynapseXPath xpath)
public void addMessageGetterProperty(String name, SynapseXPath xpath)
public Map<String,SynapseXPath> getMessageSetterProperties()
public Map<String,SynapseXPath> getMessageGetterProperties()
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.