Package org.apache.synapse.config.xml
Class MediatorPropertyFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.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 Summary
Constructors Constructor Description MediatorPropertyFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<MediatorProperty>
getMediatorProperties(org.apache.axiom.om.OMElement elem)
static List<MediatorProperty>
getMediatorProperties(org.apache.axiom.om.OMElement elem, Mediator mediator)
-
-
-
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)
-
-