|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.services.server.AbstractSkeleton
public abstract class AbstractSkeleton
Proxy class for Hessian services.
| Constructor Summary | |
|---|---|
protected |
AbstractSkeleton(Class apiClass)
Create a new hessian skeleton. |
| Method Summary | |
|---|---|
String |
getAPIClassName()
Returns the API class of the current object. |
String |
getHomeClassName()
Returns the API class of the factory/home. |
protected Method |
getMethod(String mangledName)
Returns the method by the mangled name. |
String |
getObjectClassName()
Returns the API class of the object URLs |
static String |
mangleClass(Class cl,
boolean isFull)
Mangles a classname. |
static String |
mangleName(Method method,
boolean isFull)
Creates a unique mangled method name based on the method name and the method parameters. |
void |
setHomeClass(Class homeAPI)
Sets the home API class. |
void |
setObjectClass(Class objectAPI)
Sets the object API class. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractSkeleton(Class apiClass)
apiClass - the API interface| Method Detail |
|---|
public String getAPIClassName()
public String getHomeClassName()
public void setHomeClass(Class homeAPI)
public String getObjectClassName()
public void setObjectClass(Class objectAPI)
protected Method getMethod(String mangledName)
mangledName - the name passed by the protocol
public static String mangleName(Method method,
boolean isFull)
method - the method to mangleisFull - if true, mangle the full classname
public static String mangleClass(Class cl,
boolean isFull)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||