Class MediatorPropertyFactory


  • public class MediatorPropertyFactory
    extends Object
    A utility class capable of creating instances of MediatorProperty objects by reading through a given XML configuration
     <element>
        <property name="string" (value="literal" | expression="xpath")/>*
     </element>
     
    • Constructor Detail

      • MediatorPropertyFactory

        public MediatorPropertyFactory()
    • Method Detail

      • getMediatorProperties

        public static List<MediatorProperty> getMediatorProperties​(org.apache.axiom.om.OMElement elem,
                                                                   Mediator mediator)
      • getMediatorProperties

        public static List<MediatorProperty> getMediatorProperties​(org.apache.axiom.om.OMElement elem)