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 QNamegetTagQName()Get the tag QName of the elementorg.apache.axiom.om.OMElementserializeConfiguration(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:
serializeConfigurationin interfaceConfigurationSerializer- Parameters:
synCfg- configuration to be serialized- Returns:
- serialized element of the configuration
-
getTagQName
public QName getTagQName()
Description copied from interface:ConfigurationSerializerGet the tag QName of the element- Specified by:
getTagQNamein interfaceConfigurationSerializer- Returns:
- QName describing the element name
-
-