org.apache.synapse.experimental
Class ReplaceMediator

java.lang.Object
  extended by org.apache.synapse.mediators.AbstractMediator
      extended by org.apache.synapse.experimental.ReplaceMediator
All Implemented Interfaces:
org.apache.synapse.aspects.AspectConfigurable, org.apache.synapse.Mediator, org.apache.synapse.SynapseArtifact

public class ReplaceMediator
extends org.apache.synapse.mediators.AbstractMediator


Field Summary
 
Fields inherited from class org.apache.synapse.mediators.AbstractMediator
log, trace, traceState
 
Constructor Summary
ReplaceMediator()
           
 
Method Summary
 String getProperty()
           
 org.apache.synapse.util.xpath.SynapseXPath getTarget()
           
 boolean mediate(org.apache.synapse.MessageContext synCtx)
           
 void setProperty(String property)
           
 void setTarget(org.apache.synapse.util.xpath.SynapseXPath source)
           
 
Methods inherited from class org.apache.synapse.mediators.AbstractMediator
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getInputType, getLog, getMediatorPosition, getOutputType, getShortDescription, getTraceState, getType, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setTraceState, shouldTrace, traceOrDebug, traceOrDebugWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceMediator

public ReplaceMediator()
Method Detail

mediate

public boolean mediate(org.apache.synapse.MessageContext synCtx)

getTarget

public org.apache.synapse.util.xpath.SynapseXPath getTarget()

setTarget

public void setTarget(org.apache.synapse.util.xpath.SynapseXPath source)

getProperty

public String getProperty()

setProperty

public void setProperty(String property)


Copyright © 2005–2015 Apache Software Foundation. All rights reserved.