Class MediatorProperty


  • public class MediatorProperty
    extends Object
    This class acts as a helper for creating and serializing properties of the mediators
    • Field Detail

      • PROPERTY_Q

        public static final QName PROPERTY_Q
      • ATT_NAME_Q

        public static final QName ATT_NAME_Q
      • ATT_VALUE_Q

        public static final QName ATT_VALUE_Q
      • ATT_EXPR_Q

        public static final QName ATT_EXPR_Q
    • Constructor Detail

      • MediatorProperty

        public MediatorProperty()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getExpression

        public org.apache.synapse.util.xpath.SynapseXPath getExpression()
        Deprecated.
        See Also:
        getPathExpression()
      • setExpression

        public void setExpression​(org.apache.synapse.util.xpath.SynapseXPath expression)
        Deprecated.
        Parameters:
        expression -
        See Also:
        setPathExpression(SynapsePath)
      • setPathExpression

        public void setPathExpression​(org.apache.synapse.config.xml.SynapsePath expression)
      • getPathExpression

        public org.apache.synapse.config.xml.SynapsePath getPathExpression()
      • getEvaluatedExpression

        public String getEvaluatedExpression​(org.apache.synapse.MessageContext synCtx)