Serialized Form
-
Package org.apache.xmlrpc
-
Exception Class org.apache.xmlrpc.XmlRpcException
class XmlRpcException extends 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
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.
-
-
-
Package org.apache.xmlrpc.client
-
Exception Class org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
class TimeoutException extends XmlRpcException implements Serializable- serialVersionUID:
- 4875266372372105081L
-
Class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
class XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements Serializable- serialVersionUID:
- 4121131450507800889L
-
Serialized Fields
-
serverURL
URL serverURL
-
userAgent
String userAgent
-
xmlRpcServer
XmlRpcRequestProcessor xmlRpcServer
-
-
Exception Class org.apache.xmlrpc.client.XmlRpcClientException
class XmlRpcClientException extends XmlRpcException implements Serializable- serialVersionUID:
- 3545798797134608691L
-
Exception Class org.apache.xmlrpc.client.XmlRpcHttpTransportException
class XmlRpcHttpTransportException extends XmlRpcException implements Serializable- serialVersionUID:
- -6933992871198450027L
-
Serialized Fields
-
status
int status
-
statusMessage
String statusMessage
-
-
-
Package org.apache.xmlrpc.common
-
Exception Class org.apache.xmlrpc.common.XmlRpcExtensionException
class XmlRpcExtensionException extends XmlRpcException implements Serializable- serialVersionUID:
- 3617014169594311221L
-
Exception Class org.apache.xmlrpc.common.XmlRpcInvocationException
class XmlRpcInvocationException extends XmlRpcException implements Serializable- serialVersionUID:
- 7439737967784966169L
-
Exception Class org.apache.xmlrpc.common.XmlRpcLoadException
class XmlRpcLoadException extends XmlRpcException implements Serializable- serialVersionUID:
- 4050760511635272755L
-
Exception Class org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
class XmlRpcNotAuthorizedException extends XmlRpcException implements Serializable- serialVersionUID:
- 3258410629709574201L
-
-
Package org.apache.xmlrpc.server
-
Exception Class org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
class XmlRpcNoSuchHandlerException extends XmlRpcException implements Serializable- serialVersionUID:
- 3257002138218344501L
-
-
Package org.apache.xmlrpc.util
-
Class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
class XmlRpcDateTimeDateFormat extends XmlRpcDateTimeFormat implements Serializable- serialVersionUID:
- -5107387618606150784L
-
Class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
class XmlRpcDateTimeFormat extends Format implements Serializable- serialVersionUID:
- -8008230377361175138L
-
Exception Class org.apache.xmlrpc.util.XmlRpcIOException
class XmlRpcIOException extends IOException implements Serializable- serialVersionUID:
- -7704704099502077919L
-
Serialized Fields
-
linkedException
Throwable linkedException
-
-
-
Package org.apache.xmlrpc.webserver
-
Exception Class org.apache.xmlrpc.webserver.ServletWebServer.Exception
class Exception extends IOException implements Serializable- serialVersionUID:
- 49879832748972394L
-
Serialized Fields
-
description
String description
-
statusCode
int statusCode
-
-
Class org.apache.xmlrpc.webserver.XmlRpcServlet
class XmlRpcServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 2348768267234L
-
Serialized Fields
-
authenticationHandler
AbstractReflectiveHandlerMapping.AuthenticationHandler authenticationHandler
-
requestProcessorFactoryFactory
RequestProcessorFactoryFactory requestProcessorFactoryFactory
-
server
XmlRpcServletServer server
-
typeConverterFactory
TypeConverterFactory typeConverterFactory
-
-