org.apache.synapse.config.xml
Class SynapseXMLConfigurationSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer
All Implemented Interfaces:
ConfigurationSerializer

public class SynapseXMLConfigurationSerializer
extends Object
implements ConfigurationSerializer


Constructor Summary
SynapseXMLConfigurationSerializer()
           
 
Method Summary
 QName getTagQName()
          Get the tag QName of the element
 OMElement serializeConfiguration(SynapseConfiguration synCfg)
          Order of entries is irrelevant, however its nice to have some order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynapseXMLConfigurationSerializer

public SynapseXMLConfigurationSerializer()
Method Detail

serializeConfiguration

public OMElement serializeConfiguration(SynapseConfiguration synCfg)
Order of entries is irrelevant, however its nice to have some order.

Specified by:
serializeConfiguration in interface ConfigurationSerializer
Parameters:
synCfg - configuration to be serialized
Returns:
serialized element of the configuration

getTagQName

public QName getTagQName()
Description copied from interface: ConfigurationSerializer
Get the tag QName of the element

Specified by:
getTagQName in interface ConfigurationSerializer
Returns:
QName describing the element name


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