org.apache.synapse.config.xml
Class XMLToTemplateMapper

java.lang.Object
  extended by org.apache.synapse.config.xml.XMLToTemplateMapper
All Implemented Interfaces:
XMLToObjectMapper

public class XMLToTemplateMapper
extends Object
implements XMLToObjectMapper


Constructor Summary
XMLToTemplateMapper()
           
 
Method Summary
 Object getObjectFromOMNode(OMNode om, Properties properties)
          Create an application object from the given OMNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLToTemplateMapper

public XMLToTemplateMapper()
Method Detail

getObjectFromOMNode

public Object getObjectFromOMNode(OMNode om,
                                  Properties properties)
Description copied from interface: XMLToObjectMapper
Create an application object from the given OMNode

Specified by:
getObjectFromOMNode in interface XMLToObjectMapper
Parameters:
om - the XML
properties - bag of properties to pass in any information to the factory
Returns:
a suitable application object


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