|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.services.server.AbstractSkeleton
Proxy class for Hessian services.
Constructor Summary | |
protected |
AbstractSkeleton(java.lang.Class apiClass)
Create a new hessian skeleton. |
Method Summary | |
java.lang.String |
getAPIClassName()
Returns the API class of the current object. |
java.lang.String |
getHomeClassName()
Returns the API class of the factory/home. |
protected java.lang.reflect.Method |
getMethod(java.lang.String mangledName)
Returns the method by the mangled name. |
java.lang.String |
getObjectClassName()
Returns the API class of the object URLs |
void |
setHomeClass(java.lang.Class homeAPI)
Sets the home API class. |
void |
setObjectClass(java.lang.Class objectAPI)
Sets the object API class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AbstractSkeleton(java.lang.Class apiClass)
apiClass
- the API interfaceMethod Detail |
public java.lang.String getAPIClassName()
public java.lang.String getHomeClassName()
public void setHomeClass(java.lang.Class homeAPI)
public java.lang.String getObjectClassName()
public void setObjectClass(java.lang.Class objectAPI)
protected java.lang.reflect.Method getMethod(java.lang.String mangledName)
mangledName
- the name passed by the protocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |