Package org.apache.synapse.config.xml
Class SynapseXMLConfigurationSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.SynapseXMLConfigurationSerializer
-
- All Implemented Interfaces:
ConfigurationSerializer
public class SynapseXMLConfigurationSerializer extends Object implements ConfigurationSerializer
-
-
Constructor Summary
Constructors Constructor Description SynapseXMLConfigurationSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTagQName()
Get the tag QName of the elementorg.apache.axiom.om.OMElement
serializeConfiguration(SynapseConfiguration synCfg)
Order of entries is irrelevant, however its nice to have some order.
-
-
-
Method Detail
-
serializeConfiguration
public org.apache.axiom.om.OMElement serializeConfiguration(SynapseConfiguration synCfg)
Order of entries is irrelevant, however its nice to have some order.- Specified by:
serializeConfiguration
in interfaceConfigurationSerializer
- 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 interfaceConfigurationSerializer
- Returns:
- QName describing the element name
-
-