Package org.apache.synapse.config.xml
Class XMLConfigurationBuilder
- java.lang.Object
-
- org.apache.synapse.config.xml.XMLConfigurationBuilder
-
public class XMLConfigurationBuilder extends Object
Builds a Synapse Configuration from an XML input stream
-
-
Constructor Summary
Constructors Constructor Description XMLConfigurationBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SynapseConfiguration
getConfiguration(InputStream is, Properties properties)
-
-
-
Method Detail
-
getConfiguration
public static SynapseConfiguration getConfiguration(InputStream is, Properties properties) throws XMLStreamException
- Throws:
XMLStreamException
-
-