Package org.apache.synapse.config.xml
Interface ConfigurationSerializer
-
- All Known Implementing Classes:
SynapseXMLConfigurationSerializer
public interface ConfigurationSerializerThis interface defines the configuration serializers of Synapse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetTagQName()Get the tag QName of the elementorg.apache.axiom.om.OMElementserializeConfiguration(SynapseConfiguration synCfg)Serializes the given configuration to an OMElement.
-
-
-
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
-
-