org.apache.synapse.config.xml
Class EntryFactory

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

public class EntryFactory
extends Object
implements XMLToObjectMapper

Factory for Entry instances.


Constructor Summary
EntryFactory()
           
 
Method Summary
static Entry createEntry(OMElement elem, Properties properties)
           
 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

EntryFactory

public EntryFactory()
Method Detail

createEntry

public static Entry createEntry(OMElement elem,
                                Properties properties)

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.