|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for allowing limited bidirectional XML-RPC support to an applet.
Applets can make actionCalls to the server. These actionCalls permit the server to return a list of XML strings, which are treated as if they were XML-RPC calls the server was making to the client. Applets can also make returnCalls, which are ordinary XML-RPC calls.
Method Summary | |
void |
actionCall(java.lang.String name,
java.util.Vector arguments)
Implements an XML-RPC call to the server where the server's return object is expected to be a set of XML-RPC calls. |
java.lang.Object |
returnCall(java.lang.String name,
java.util.Vector arguments)
Implements an ordinary XML-RPC call to the server, expecting a return object back. |
void |
testResponseCall(java.lang.String response)
Does not perform an XMLRPC, but behaves as if it has just received the response from an actionCall. |
Method Detail |
public java.lang.Object returnCall(java.lang.String name, java.util.Vector arguments)
name
- - the name of the server function to call.arguments
- - the arguments to call the function with.
public void actionCall(java.lang.String name, java.util.Vector arguments)
name
- - the name of the server function to call.arguments
- - the arguments to call the function with.public void testResponseCall(java.lang.String response)
response
- - the faked up response
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |