org.apache.synapse.config.xml
Interface ConfigurationSerializer

All Known Implementing Classes:
SynapseXMLConfigurationSerializer

public interface ConfigurationSerializer

This interface defines the configuration serializers of Synapse.


Method Summary
 QName getTagQName()
          Get the tag QName of the element
 OMElement serializeConfiguration(SynapseConfiguration synCfg)
          Serializes the given configuration to an OMElement.
 

Method Detail

serializeConfiguration

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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.