HTTPServerILServlet.java | Class | This Servlet acts as a proxy to the JMS Server for the HTTP IL clients.
It receives posts from the HTTPServerIL in the form of HTTPILRequests,
invokes the approprate method on the server, and returns a HTTPILResponse.
This also acts as a delegate for the HTTPClientILService, by receiving
POSTS, looking in HTTPILStorageQueue, retrieving HTTPRequests bound for the
client, packaging them in a HTTPILResponse. |