| java.lang.Object com.caucho.ejb.protocol.Skeleton
All known Subclasses: com.caucho.ejb.hessian.ExceptionSkeleton, com.caucho.ejb.hessian.XAResourceSkeleton, com.caucho.ejb.burlap.BurlapEjbSkeleton, com.caucho.ejb.burlap.NameContextSkeleton, com.caucho.ejb.hessian.NameContextSkeleton, com.caucho.ejb.hessian.HessianEjbSkeleton, com.caucho.ejb.burlap.ExceptionSkeleton,
Skeleton | abstract public class Skeleton (Code) | | Base class for any bean skeleton capable of handling an BURLAP-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.
|
Field Summary | |
final protected static Logger | log |
_service | abstract public void _service(InputStream rawIs, OutputStream rawOs) throws Exception(Code) | | Services the request.
burlap:call ::= (header | require, object)*, method, object*
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 |
setDebug | public void setDebug(boolean isDebug)(Code) | | |
|
|