Hi Faisal,

Are you referring to the API dispatcher in cloudstack? If so, there are two 
starting points - one for servlet requests received over 8080, and the other 
for the integration port (8096 by default). The former starts with handle() in 
ApiServer.java. The latter starts with doGet() and doPost() routines in 
ApiServlet.java. 

Regards,
Vijay
________________________________________
From: Faisal Azizullah [fazizul...@connectloud.com]
Sent: Tuesday, May 07, 2013 8:26 AM
To: dev@cloudstack.apache.org
Subject: Dispatcher

Hi,

Can some one point me to the documentation/source code of Dispatcher in cloud 
stack .

Thanks,

Faisal

Reply via email to