| Home >> All >> org >> apache >> xmlrpc >> [ applet Javadoc ] |
org.apache.xmlrpc.applet: Javadoc index of package org.apache.xmlrpc.applet.
Package Samples:
org.apache.xmlrpc.applet
Classes:
JSXmlRpcApplet: An applet that can be accessed via LiveConnect from JavaScript. It provides methods for adding arguments and triggering method execution for XML-RPC requests. This works on recent Netscape 4.x browsers as well as Internet Explorer 4.0 on Windows 95/NT, but not on IE/Mac. Results from XML-RPC calls are exposed to JavaScript as the are, i.e. <structs>s are Hashtables and <array>s are Vectors and can be accessed thru their public methods. It seems like Date objects are not converted properly between JavaScript and Java, so the dateArg methods take long values instead of Date objects as parameters ...
XmlRpcException: This is thrown by the XmlRpcClient if the remote server reported an error. If something went wrong at a lower level (e.g. no http connection) an IOException will be thrown instead.
SimpleXmlRpcClient: A simple XML-RPC client. FIXME: This code is VERY out of date with the rest of the package.
AppletTest: Tests XmlRpc Applet client. Borrows heavily from ClientServerRpcTest
XmlRpcApplet: An applet that provides basic XML-RPC client functionality.
XmlRpcSupport: FIXME: Leverage the XmlRpc class.
| Home | Contact Us | Privacy Policy | Terms of Service |