Class XQueryMediatorFactory

  • All Implemented Interfaces:
    org.apache.synapse.config.xml.MediatorFactory

    public class XQueryMediatorFactory
    extends org.apache.synapse.config.xml.AbstractMediatorFactory
    Creates a XQuery mediator from the given XML

     <xquery key="string" [target="xpath"]>
       <variable name="string" type="string" [key="string"] [expression="xpath"]
          [value="string"]/>?
     </xquery>
     
    • Field Detail

      • 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_KEY_Q

        public static final QName ATT_KEY_Q
      • ATT_TYPE_Q

        public static final QName ATT_TYPE_Q
    • Constructor Detail

      • XQueryMediatorFactory

        public XQueryMediatorFactory()
    • Method Detail

      • createSpecificMediator

        public org.apache.synapse.Mediator createSpecificMediator​(org.apache.axiom.om.OMElement elem,
                                                                  Properties properties)
        Specified by:
        createSpecificMediator in class org.apache.synapse.config.xml.AbstractMediatorFactory
      • getTagQName

        public QName getTagQName()