org.apache.synapse.mediators.transform
Class PayloadFactoryMediator.Argument

java.lang.Object
  extended by org.apache.synapse.mediators.transform.PayloadFactoryMediator.Argument
Enclosing class:
PayloadFactoryMediator

public static class PayloadFactoryMediator.Argument
extends Object

Represents an argument provided in the payload factory mediator configuration.


Constructor Summary
PayloadFactoryMediator.Argument()
           
 
Method Summary
 SynapseXPath getExpression()
           
 String getValue()
           
 void setExpression(SynapseXPath expression)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayloadFactoryMediator.Argument

public PayloadFactoryMediator.Argument()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getExpression

public SynapseXPath getExpression()

setExpression

public void setExpression(SynapseXPath expression)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.