com.caucho.burlap.server
Class BurlapSkeleton
java.lang.Object
com.caucho.services.server.AbstractSkeleton
com.caucho.burlap.server.BurlapSkeleton
public class BurlapSkeleton
- extends AbstractSkeleton
Proxy class for Burlap services.
Field Summary |
private java.lang.Object |
_service
|
private static java.util.logging.Logger |
log
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
private static final java.util.logging.Logger log
_service
private java.lang.Object _service
BurlapSkeleton
public BurlapSkeleton(java.lang.Object service,
java.lang.Class apiClass)
- Create a new burlap skeleton.
- Parameters:
service
- the underlying service object.apiClass
- the API interface
BurlapSkeleton
public BurlapSkeleton(java.lang.Class apiClass)
- Create a new burlap skeleton.
- Parameters:
service
- the underlying service object.apiClass
- the API interface
invoke
public void invoke(BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
- Invoke the object with the request from the input stream.
- Parameters:
in
- the Burlap input streamout
- the Burlap output stream
- Throws:
java.lang.Exception
invoke
public void invoke(java.lang.Object service,
BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
- Invoke the object with the request from the input stream.
- Parameters:
in
- the Burlap input streamout
- the Burlap output stream
- Throws:
java.lang.Exception
Copyright 2003-2011. All Rights Reserved.