Hi,
I'm new to the synapse.I'm trying to understand the how the loading of
SynapseConfiguration is done.
Now i know that its done on the SynapseConfigurationBuilder

SynapseConfiguration synCfg
                    = XMLConfigurationBuilder.getConfiguration(new
FileInputStream(configFile));

but what i want to know is how the things happen insidse the
XMLConfigurationBuilder .

What i'm trying to do is  manually load the SynapseConfiguration object. So
i need to know the flow of loading of different parts (eg: mediators )to
this SynapseConfiguration object and how to load them .
Now i'm trying to understand it by debuging the code using the sample
configuraions that are given with synapse .But it'll be easy for me to
understand if any one can give me a good basic picture for me about how this
is done.


thank you,
Charith Dhanushka Wickramarachchi
http://charithwiki.blogspot.com/

Reply via email to