|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.services.server.AbstractSkeleton
com.caucho.burlap.server.BurlapSkeleton
public class BurlapSkeleton
Proxy class for Burlap services.
| Constructor Summary | |
|---|---|
BurlapSkeleton(java.lang.Class apiClass)
Create a new burlap skeleton. |
|
BurlapSkeleton(java.lang.Object service,
java.lang.Class apiClass)
Create a new burlap skeleton. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.caucho.services.server.AbstractSkeleton |
|---|
getAPIClassName, getHomeClassName, getMethod, getObjectClassName, mangleClass, mangleName, setHomeClass, setObjectClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 interface| Method Detail |
|---|
public void invoke(BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
in - the Burlap input streamout - the Burlap output stream
java.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 stream
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||