|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.burlap.server.BurlapSkeleton
Proxy class for Burlap services.
Field Summary | |
private java.util.HashMap |
_methodMap
|
private java.lang.Object |
_service
|
Constructor Summary | |
BurlapSkeleton(java.lang.Object service)
Create a new burlap skeleton. |
Method Summary | |
void |
getBurlapAttribute(BurlapInput in,
BurlapOutput out)
Returns special attributes. |
void |
invoke(BurlapInput in,
BurlapOutput out)
Invoke the object with the request from the input stream. |
private void |
mangleClass(java.lang.StringBuffer sb,
java.lang.Class cl,
boolean isFull)
Mangles a classname. |
protected java.lang.String |
mangleName(java.lang.reflect.Method method,
boolean isFull)
Creates a unique mangled method name based on the method name and the method parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.HashMap _methodMap
private java.lang.Object _service
Constructor Detail |
public BurlapSkeleton(java.lang.Object service)
service
- the underlying service object.Method Detail |
protected java.lang.String mangleName(java.lang.reflect.Method method, boolean isFull)
method
- the method to mangleisFull
- if true, mangle the full classname
private void mangleClass(java.lang.StringBuffer sb, java.lang.Class cl, boolean isFull)
public void invoke(BurlapInput in, BurlapOutput out) throws java.lang.Throwable
in
- the Burlap input streamout
- the Burlap output stream
java.lang.Throwable
public void getBurlapAttribute(BurlapInput in, BurlapOutput out) throws java.io.IOException
in
- the Burlap input streamout
- the Burlap output stream
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |