|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarquee.xmlrpc.objectcomm.CallWrapper
When invoking methods on a server, the server has to be able to reflectively identify which method is intended with the call, given the XML-RPC message. Normally, this is done by just interpreting the types of the params in the message. This will work in most situations. However, to support null values this has to be taken further. This has been solved by encapsulating every call in a single call wrapper containing type information on all arguments including null arguments.
Constructor Summary | |
CallWrapper()
The buildCallWrapper() method is the proper way to acquire CallWrappers. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallWrapper()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |