Serialized Form


Package org.apache.xmlrpc

Class org.apache.xmlrpc.AuthenticationFailed implements Serializable

Class org.apache.xmlrpc.ParseFailed implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class org.apache.xmlrpc.XmlRpcException 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 implements Serializable

Serialized Fields

xmlrpc

XmlRpcServer xmlrpc


Package org.apache.xmlrpc.applet

Class org.apache.xmlrpc.applet.JSXmlRpcApplet 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 implements Serializable

Serialized Fields

client

SimpleXmlRpcClient client

Class org.apache.xmlrpc.applet.XmlRpcException 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 © 1999-2002 Apache Software Foundation. All Rights Reserved.