org.apache.synapse.config.xml
Class MediatorPropertyFactory

java.lang.Object
  extended by 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
MediatorPropertyFactory()
           
 
Method Summary
static List<MediatorProperty> getMediatorProperties(OMElement elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediatorPropertyFactory

public MediatorPropertyFactory()
Method Detail

getMediatorProperties

public static List<MediatorProperty> getMediatorProperties(OMElement elem)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.