This is kind of what synapse does when its deployed as a web app. But It still reads the some xml files. ex : synapse-configuration which got the mediation flow logic, axis2 config which have the underlying axis2 configuration etc..
But with some effort you should be able to make start without using any configuration files. ex : you can implement your own SynapseController , synapse configuration builder etc. and populate the object model in a way you want. regards, Charith On Thu, Mar 14, 2013 at 9:50 PM, Piyush Garg <[email protected]> wrote: > Hi Charith, > > I want to use it without any external xml or configuration file. > for eg: > http://www.eclipse.org/jetty/documentation/current/embedding-jetty.html > > > On Fri, Mar 15, 2013 at 6:59 AM, Charith Wickramarachchi < > [email protected]> wrote: > > > Can you please clarify more what do you mean by embedded mode.? > > Embedded in what kind of environment? > > > > --Charith > > > > On Thu, Mar 14, 2013 at 1:29 AM, Piyush Garg <[email protected]> > > wrote: > > > > > Is there any way to run synapse in an embedded mode? > > > > > > > > > -- > > > Thanks > > > Piyush > > > > > > > > > > > -- > > Charith Dhanushka Wickramarachchi > > http://charithwiki.blogspot.com/ > > > > > > -- > Thanks and Regards > Piyush Garg > -- Charith Dhanushka Wickramarachchi http://charithwiki.blogspot.com/
