|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServiceRequest | |
org.bsf.remoting.http | Allows a client to communicate with the server using http calls. |
Uses of HttpServiceRequest in org.bsf.remoting.http |
Methods in org.bsf.remoting.http that return HttpServiceRequest | |
private HttpServiceRequest |
HttpSessionServer.getHttpServiceRequest(javax.servlet.http.HttpServletRequest request)
gets the request from the http stream |
Methods in org.bsf.remoting.http with parameters of type HttpServiceRequest | |
private javax.ejb.EJBObject |
HttpSessionServer.getEjbReference(HttpServiceRequest httpServiceRequest,
javax.servlet.http.HttpServletRequest request)
Retrieves the reference to the EJBObject by the definition or by the cache depending on the request. |
private HttpServiceResponse |
HttpSessionServer.processRemoteCall(javax.ejb.EJBObject remoteService,
HttpServiceRequest httpServiceRequest,
javax.servlet.http.HttpServletRequest request)
|
private java.lang.Object |
HttpSessionClient.invokeHttp(HttpServiceRequest request)
Performs the http call. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |