Serialized Form


Package org.apache.xmlrpc

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

serialVersionUID: 3258693217049325618L

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.)


linkedException

java.lang.Throwable linkedException
If the transport was able to catch a remote exception (as is the case, if the local transport is used or if extensions are enabled and the server returned a serialized exception), then this field contains the trapped exception.

Class org.apache.xmlrpc.XmlRpcLoadException extends XmlRpcException implements Serializable

serialVersionUID: 4050760511635272755L


Package org.apache.xmlrpc.client

Class org.apache.xmlrpc.client.XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements Serializable

serialVersionUID: 4121131450507800889L

Serialized Fields

serverURL

java.net.URL serverURL

xmlRpcServer

XmlRpcServer xmlRpcServer

Class org.apache.xmlrpc.client.XmlRpcClientException extends XmlRpcException implements Serializable

serialVersionUID: 3545798797134608691L


Package org.apache.xmlrpc.common

Class org.apache.xmlrpc.common.XmlRpcExtensionException extends XmlRpcException implements Serializable

serialVersionUID: 3617014169594311221L

Class org.apache.xmlrpc.common.XmlRpcNotAuthorizedException extends XmlRpcException implements Serializable

serialVersionUID: 3258410629709574201L


Package org.apache.xmlrpc.server

Class org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException extends XmlRpcException implements Serializable

serialVersionUID: 3257002138218344501L


Package org.apache.xmlrpc.webserver

Class org.apache.xmlrpc.webserver.ServletWebServer.Exception extends java.io.IOException implements Serializable

serialVersionUID: 49879832748972394L

Serialized Fields

statusCode

int statusCode

description

java.lang.String description

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

serialVersionUID: 2348768267234L

Serialized Fields

server

XmlRpcServletServer server



Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.