Serialized Form
-
Package org.apache.xmlrpc
-
Class org.apache.xmlrpc.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
-
Class org.apache.xmlrpc.client.TimingOutCallback.TimeoutException extends XmlRpcException implements Serializable
- serialVersionUID:
- 4875266372372105081L
-
Class org.apache.xmlrpc.client.XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements Serializable
- serialVersionUID:
- 4121131450507800889L
-
Serialized Fields
-
serverURL
URL serverURL
-
userAgent
String userAgent
-
xmlRpcServer
XmlRpcRequestProcessor xmlRpcServer
-
-
Class org.apache.xmlrpc.client.XmlRpcClientException extends XmlRpcException implements Serializable
- serialVersionUID:
- 3545798797134608691L
-
Class org.apache.xmlrpc.client.XmlRpcHttpTransportException extends XmlRpcException implements Serializable
- serialVersionUID:
- -6933992871198450027L
-
Serialized Fields
-
status
int status
-
statusMessage
String statusMessage
-
-
-
Package org.apache.xmlrpc.common
-
Class org.apache.xmlrpc.common.XmlRpcExtensionException extends XmlRpcException implements Serializable
- serialVersionUID:
- 3617014169594311221L
-
Class org.apache.xmlrpc.common.XmlRpcInvocationException extends XmlRpcException implements Serializable
- serialVersionUID:
- 7439737967784966169L
-
Class org.apache.xmlrpc.common.XmlRpcLoadException extends XmlRpcException implements Serializable
- serialVersionUID:
- 4050760511635272755L
-
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.util
-
Class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat extends XmlRpcDateTimeFormat implements Serializable
- serialVersionUID:
- -5107387618606150784L
-
Class org.apache.xmlrpc.util.XmlRpcDateTimeFormat extends Format implements Serializable
- serialVersionUID:
- -8008230377361175138L
-
Class org.apache.xmlrpc.util.XmlRpcIOException extends IOException implements Serializable
- serialVersionUID:
- -7704704099502077919L
-
Serialized Fields
-
linkedException
Throwable linkedException
-
-
-
Package org.apache.xmlrpc.webserver
-
Class org.apache.xmlrpc.webserver.ServletWebServer.Exception extends IOException implements Serializable
- serialVersionUID:
- 49879832748972394L
-
Serialized Fields
-
description
String description
-
statusCode
int statusCode
-
-
Class org.apache.xmlrpc.webserver.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
-
-