| java.lang.Object com.caucho.ejb.protocol.Skeleton com.caucho.ejb.hessian.ExceptionSkeleton
ExceptionSkeleton | public class ExceptionSkeleton extends Skeleton (Code) | | Base class for any bean skeleton capable of handling an HESSIAN-RPC request.
Once selected, the calling servlet will dispatch the request through
the _service call. After parsing the request headers,
_service calls the generated entry _execute
to execute the request.
|
ExceptionSkeleton | ExceptionSkeleton() throws JMSException(Code) | | |
_service | public void _service(InputStream rawIs, OutputStream rawOs) throws Exception(Code) | | Services the request.
Parameters: rawIs - the raw input stream from the servlet request Parameters: rawOs - the raw output stream to the servlet response |
_service | public void _service(InputStream rawIs, OutputStream rawOs, Throwable e) throws Exception(Code) | | Services the request.
Parameters: rawIs - the raw input stream from the servlet request Parameters: rawOs - the raw output stream to the servlet response |
|
|