|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.dispatcher.routingtable.WSConnection
xsul.dispatcher.rpc.wsconnection.RPCWSConnection
| Constructor Summary | |
RPCWSConnection(WS wsHttp)
Creates a new RPCWSConnection with a new connection manager on the
specified Web Service. |
|
| Method Summary | |
void |
forwards(java.lang.Object[] request)
Forwards a request from a client to the Web Service and the response. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RPCWSConnection(WS wsHttp)
RPCWSConnection with a new connection manager on the
specified Web Service.
wsHttp - the specified Web Service.WS| Method Detail |
public void forwards(java.lang.Object[] request)
Forwards a request from a client to the Web Service and the response.
Structure of the parameter request
request[0]: the HttpServerRequest from clientrequest[1]: the HttpServerResponse from clientrequest[2]: the arguments from client's http request
forwards in class WSConnectionrequest - the request, response and arguments.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||