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 forEntry
instances.
-
-
Constructor Summary
Constructors Constructor Description EntryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Entry
createEntry(org.apache.axiom.om.OMElement elem, Properties properties)
Object
getObjectFromOMNode(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:XMLToObjectMapper
Create an application object from the given OMNode- Specified by:
getObjectFromOMNode
in interfaceXMLToObjectMapper
- Parameters:
om
- the XMLproperties
- bag of properties to pass in any information to the factory- Returns:
- a suitable application object
-
-