| java.lang.Object com.caucho.ejb.protocol.Skeleton com.caucho.ejb.hessian.NameContextSkeleton
NameContextSkeleton | public class NameContextSkeleton extends Skeleton (Code) | | Base class for any bean skeleton capable of handling a Hessian 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.
|
executeUnknown | protected void executeUnknown(String method, HessianInput in, HessianOutput out) throws Exception(Code) | | Executes an unknown method.
Parameters: method - the method name to match. Parameters: in - the hessian input stream Parameters: out - the hessian output stream |
|
|