public class HessianSkeleton
extends com.caucho.services.server.AbstractSkeleton
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
_service |
private static java.util.logging.Logger |
log |
Constructor and Description |
---|
HessianSkeleton(java.lang.Object service,
java.lang.Class apiClass)
Create a new hessian skeleton.
|
Modifier and Type | Method and Description |
---|---|
void |
invoke(AbstractHessianInput in,
AbstractHessianOutput out)
Invoke the object with the request from the input stream.
|
private static final java.util.logging.Logger log
private java.lang.Object _service
public HessianSkeleton(java.lang.Object service, java.lang.Class apiClass)
service
- the underlying service object.apiClass
- the API interfacepublic void invoke(AbstractHessianInput in, AbstractHessianOutput out) throws java.lang.Throwable
in
- the Hessian input streamout
- the Hessian output streamjava.lang.Throwable