org.apache.synapse.config.xml
Class XMLConfigurationSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.XMLConfigurationSerializer

public class XMLConfigurationSerializer
extends Object

Serialize a SynapseConfiguration into an OutputStream


Constructor Summary
XMLConfigurationSerializer()
           
 
Method Summary
static void serializeConfiguration(SynapseConfiguration synCfg, OutputStream outputStream)
          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

XMLConfigurationSerializer

public XMLConfigurationSerializer()
Method Detail

serializeConfiguration

public static void serializeConfiguration(SynapseConfiguration synCfg,
                                          OutputStream outputStream)
                                   throws javax.xml.stream.XMLStreamException
Order of entries is irrelevant, however its nice to have some order.

Parameters:
synCfg -
outputStream -
Throws:
javax.xml.stream.XMLStreamException


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