Package org.apache.synapse.config.xml
Class XMLConfigurationSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.XMLConfigurationSerializer
-
public class XMLConfigurationSerializer extends Object
Serialize a SynapseConfiguration into an OutputStream
-
-
Constructor Summary
Constructors Constructor Description XMLConfigurationSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
serializeConfiguration(SynapseConfiguration synCfg, OutputStream outputStream)
Order of entries is irrelevant, however its nice to have some order.
-
-
-
Method Detail
-
serializeConfiguration
public static void serializeConfiguration(SynapseConfiguration synCfg, OutputStream outputStream) throws XMLStreamException
Order of entries is irrelevant, however its nice to have some order.- Parameters:
synCfg
-outputStream
-- Throws:
XMLStreamException
-
-