public class BurlapSkeleton extends AbstractSkeleton
| Constructor and Description |
|---|
BurlapSkeleton(Class apiClass)
Create a new burlap skeleton.
|
BurlapSkeleton(Object service,
Class apiClass)
Create a new burlap skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(BurlapInput in,
BurlapOutput out)
Invoke the object with the request from the input stream.
|
void |
invoke(Object service,
BurlapInput in,
BurlapOutput out)
Invoke the object with the request from the input stream.
|
getAPIClassName, getHomeClassName, getMethod, getObjectClassName, mangleClass, mangleName, setHomeClass, setObjectClass, toStringpublic BurlapSkeleton(Object service, Class apiClass)
service - the underlying service object.apiClass - the API interfacepublic BurlapSkeleton(Class apiClass)
service - the underlying service object.apiClass - the API interfacepublic void invoke(BurlapInput in, BurlapOutput out) throws Exception
in - the Burlap input streamout - the Burlap output streamExceptionpublic void invoke(Object service, BurlapInput in, BurlapOutput out) throws Exception
in - the Burlap input streamout - the Burlap output streamExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.