|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.dispatcher.routingtable.WSConnection
| Constructor Summary | |
WSConnection()
|
|
| Method Summary | |
abstract 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 WSConnection()
| Method Detail |
public abstract 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
request - the request, response and arguments.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||