|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.http_server.HttpMiniServlet
xsul.dispatcher.rpc.clientconnection.ServletClientConnection
This servlet serves request from client. The service is to forward the request to the good Web Service.
| Constructor Summary | |
ServletClientConnection(RoutingTable routingTable)
Create a new ServletClientConnection with a specified Routing
Table. |
|
| Method Summary | |
void |
service(HttpServerRequest req,
HttpServerResponse resp)
Create a ClientConnection to serve this method. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServletClientConnection(RoutingTable routingTable)
ServletClientConnection with a specified Routing
Table.
routingTable - the Routing Table which this servlet will use to match
virtual paths with Web Services addresses| Method Detail |
public void service(HttpServerRequest req,
HttpServerResponse resp)
throws HttpServerException
ClientConnection to serve this method.
service in class HttpMiniServletHttpServerExceptionClientConnection,
HttpMiniServlet.service(xsul.http_server.HttpServerRequest, xsul.http_server.HttpServerResponse)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||