public class BurlapSkeleton extends AbstractSkeleton
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
_service |
private static java.util.logging.Logger |
log |
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, toString
private static final java.util.logging.Logger log
private java.lang.Object _service
public 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.Exception
public 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
Copyright 2003-2013. All Rights Reserved.