Package com.caucho.burlap.server
Class BurlapSkeleton
java.lang.Object
com.caucho.services.server.AbstractSkeleton
com.caucho.burlap.server.BurlapSkeleton
Proxy class for Burlap services.
-
Constructor Summary
ConstructorsConstructorDescriptionBurlapSkeleton
(Class apiClass) Create a new burlap skeleton.BurlapSkeleton
(Object service, Class apiClass) Create a new burlap skeleton. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from class com.caucho.services.server.AbstractSkeleton
getAPIClassName, getHomeClassName, getMethod, getObjectClassName, mangleClass, mangleName, setHomeClass, setObjectClass, toString
-
Constructor Details
-
BurlapSkeleton
Create a new burlap skeleton.- Parameters:
service
- the underlying service object.apiClass
- the API interface
-
BurlapSkeleton
Create a new burlap skeleton.- Parameters:
service
- the underlying service object.apiClass
- the API interface
-
-
Method Details
-
invoke
Invoke the object with the request from the input stream.- Parameters:
in
- the Burlap input streamout
- the Burlap output stream- Throws:
Exception
-
invoke
Invoke the object with the request from the input stream.- Parameters:
in
- the Burlap input streamout
- the Burlap output stream- Throws:
Exception
-