Serialized Form


Package org.apache.xmlrpc

Class org.apache.xmlrpc.AuthenticationFailed extends java.lang.RuntimeException implements Serializable

Class org.apache.xmlrpc.ParseFailed extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class org.apache.xmlrpc.XmlRpcException extends java.lang.Exception implements Serializable

Serialized Fields

code

int code
The fault code of the exception. For servers based on this library, this will always be 0. (If there are predefined error codes, they should be in the XML-RPC spec.)

Class org.apache.xmlrpc.XmlRpcProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

xmlrpc

XmlRpcServer xmlrpc


Package org.apache.xmlrpc.fesi

Class org.apache.xmlrpc.fesi.FesiRpcExtension extends Extension implements Serializable

Class org.apache.xmlrpc.fesi.FesiRpcServer extends ObjectPrototype implements Serializable


Package org.apache.xmlrpc.applet

Class org.apache.xmlrpc.applet.JSXmlRpcApplet extends XmlRpcApplet implements Serializable

Serialized Fields

loaded

java.lang.Object loaded

errorMessage

java.lang.String errorMessage

arguments

java.util.Vector arguments

Class org.apache.xmlrpc.applet.XmlRpcApplet extends java.applet.Applet implements Serializable

Serialized Fields

client

SimpleXmlRpcClient client

Class org.apache.xmlrpc.applet.XmlRpcException extends java.lang.Exception implements Serializable

Serialized Fields

code

int code
The fault code of the exception. For servers based on this library, this will always be 0. (If there are predefined error codes, they should be in the XML-RPC spec.)



Copyright © ${year} Apache Software Foundation. All Rights Reserved.