Interface ConfigurationSerializer

  • All Known Implementing Classes:
    SynapseXMLConfigurationSerializer

    public interface ConfigurationSerializer
    This interface defines the configuration serializers of Synapse.
    • Method Detail

      • serializeConfiguration

        org.apache.axiom.om.OMElement serializeConfiguration​(SynapseConfiguration synCfg)
        Serializes the given configuration to an OMElement.
        Parameters:
        synCfg - Configuration to be serialized
        Returns:
        OMElement describing the configuraiton
      • getTagQName

        QName getTagQName()
        Get the tag QName of the element
        Returns:
        QName describing the element name