Class XMLToTemplateMapper

    • Constructor Detail

      • XMLToTemplateMapper

        public XMLToTemplateMapper()
    • Method Detail

      • 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 interface XMLToObjectMapper
        Parameters:
        om - the XML
        properties - bag of properties to pass in any information to the factory
        Returns:
        a suitable application object
      • getSynapseConfiguration

        public SynapseConfiguration getSynapseConfiguration()
        Getter method to obtain Synapse configuration
        Returns:
        Synapse configurations associated with the Object
      • setSynapseConfiguration

        public void setSynapseConfiguration​(SynapseConfiguration configuration)
        Sets synapse configurations associated with the Object
        Parameters:
        configuration - Synapse Configuration