Class MediatorProperty


  • public class MediatorProperty
    extends Object
    A mediator property is a name-value or name-expression pair which could be supplied for certain mediators. If expressions are supplied they are evaluated at the runtime against the current message into literal String values.
    • 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
      • ATT_SCOPE_Q

        public static final QName ATT_SCOPE_Q
    • Constructor Detail

      • MediatorProperty

        public MediatorProperty()
    • Method Detail

      • evaluate

        public void evaluate​(MessageContext synCtx)
        Parameters:
        synCtx -
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • setObject

        public void setObject​(Object object)
      • getObject

        public Object getObject()
      • setExpression

        public void setExpression​(SynapsePath expression)