public class NameContextSkeleton extends Skeleton
_service call. After parsing the request headers,
_service calls the generated entry _execute
to execute the request.| Modifier and Type | Method and Description |
|---|---|
void |
_service(java.io.InputStream is,
java.io.OutputStream os)
Services the request.
|
protected void |
executeUnknown(java.lang.String method,
java.lang.Object[] args,
Hessian2Input in,
Hessian2Output out)
Executes an unknown method.
|
public void _service(java.io.InputStream is,
java.io.OutputStream os)
throws java.lang.Exception
protected void executeUnknown(java.lang.String method,
java.lang.Object[] args,
Hessian2Input in,
Hessian2Output out)
throws java.lang.Exception
method - the method name to match.in - the hessian input streamout - the hessian output streamjava.lang.Exception