public class BeanMediator extends AbstractMediator
Modifier and Type | Class and Description |
---|---|
static class |
BeanMediator.Action
Defines actions performed by Bean mediator.
|
log, trace, traceState
Constructor and Description |
---|
BeanMediator() |
Modifier and Type | Method and Description |
---|---|
BeanMediator.Action |
getAction() |
Class |
getClazz() |
String |
getPropertyName() |
Target |
getTarget() |
Value |
getValue() |
String |
getVarName() |
boolean |
isReplace() |
boolean |
mediate(MessageContext synCtx)
Manipulates a JavaBean attached to the current message context according to the supplied
semantics.
|
void |
setAction(BeanMediator.Action action) |
void |
setClazz(Class clazz) |
void |
setPropertyName(String propertyName) |
void |
setReplace(boolean replace) |
void |
setTarget(Target target) |
void |
setValue(Value value) |
void |
setVarName(String varName) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
public boolean mediate(MessageContext synCtx)
synCtx
- The current message for mediationpublic BeanMediator.Action getAction()
public void setAction(BeanMediator.Action action)
public String getVarName()
public void setVarName(String varName)
public String getPropertyName()
public void setPropertyName(String propertyName)
public Value getValue()
public void setValue(Value value)
public Target getTarget()
public void setTarget(Target target)
public boolean isReplace()
public void setReplace(boolean replace)
public Class getClazz()
public void setClazz(Class clazz)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.