public class BurlapSkeleton extends AbstractSkeleton
| Constructor and Description |
|---|
BurlapSkeleton(java.lang.Class apiClass)
Create a new burlap skeleton.
|
BurlapSkeleton(java.lang.Object service,
java.lang.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(java.lang.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(java.lang.Object service,
java.lang.Class apiClass)
service - the underlying service object.apiClass - the API interfacepublic BurlapSkeleton(java.lang.Class apiClass)
service - the underlying service object.apiClass - the API interfacepublic void invoke(BurlapInput in, BurlapOutput out) throws java.lang.Exception
in - the Burlap input streamout - the Burlap output streamjava.lang.Exceptionpublic void invoke(java.lang.Object service,
BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
in - the Burlap input streamout - the Burlap output streamjava.lang.Exception