Package org.apache.synapse.config.xml
Class EntryFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.EntryFactory
-
- All Implemented Interfaces:
XMLToObjectMapper
public class EntryFactory extends Object implements XMLToObjectMapper
Factory forEntryinstances.
-
-
Constructor Summary
Constructors Constructor Description EntryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntrycreateEntry(org.apache.axiom.om.OMElement elem, Properties properties)ObjectgetObjectFromOMNode(org.apache.axiom.om.OMNode om, Properties properties)Create an application object from the given OMNode
-
-
-
Method Detail
-
createEntry
public static Entry createEntry(org.apache.axiom.om.OMElement elem, Properties properties)
-
getObjectFromOMNode
public Object getObjectFromOMNode(org.apache.axiom.om.OMNode om, Properties properties)
Description copied from interface:XMLToObjectMapperCreate an application object from the given OMNode- Specified by:
getObjectFromOMNodein interfaceXMLToObjectMapper- Parameters:
om- the XMLproperties- bag of properties to pass in any information to the factory- Returns:
- a suitable application object
-
-