public class URLRewriteMediator extends AbstractMediator
log, trace, traceState
Constructor and Description |
---|
URLRewriteMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addRule(RewriteRule rule) |
String |
getInputProperty() |
String |
getOutputProperty() |
List<RewriteRule> |
getRules() |
boolean |
mediate(MessageContext messageContext)
Invokes the mediator passing the current message for mediation.
|
void |
setInputProperty(String inputProperty) |
void |
setOutputProperty(String outputProperty) |
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 messageContext)
Mediator
messageContext
- the current message for mediationpublic void addRule(RewriteRule rule)
public List<RewriteRule> getRules()
public String getInputProperty()
public void setInputProperty(String inputProperty)
public String getOutputProperty()
public void setOutputProperty(String outputProperty)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.