public class XMLToTemplateMapper extends java.lang.Object implements XMLToObjectMapper
Constructor and Description |
---|
XMLToTemplateMapper() |
XMLToTemplateMapper(SynapseConfiguration config) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObjectFromOMNode(org.apache.axiom.om.OMNode om,
java.util.Properties properties)
Create an application object from the given OMNode
|
SynapseConfiguration |
getSynapseConfiguration()
Getter method to obtain Synapse configuration
|
void |
setSynapseConfiguration(SynapseConfiguration configuration)
Sets synapse configurations associated with the Object
|
public XMLToTemplateMapper()
public XMLToTemplateMapper(SynapseConfiguration config)
public java.lang.Object getObjectFromOMNode(org.apache.axiom.om.OMNode om, java.util.Properties properties)
XMLToObjectMapper
getObjectFromOMNode
in interface XMLToObjectMapper
om
- the XMLproperties
- bag of properties to pass in any information to the factorypublic SynapseConfiguration getSynapseConfiguration()
public void setSynapseConfiguration(SynapseConfiguration configuration)
configuration
- Synapse ConfigurationCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.