Serialized Form
Package org.apache.xmlrpc |
serialVersionUID: 3258693217049325618L
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.
Package org.apache.xmlrpc.client |
serialVersionUID: 4875266372372105081L
serialVersionUID: 4121131450507800889L
serverURL
java.net.URL serverURL
xmlRpcServer
XmlRpcRequestProcessor xmlRpcServer
userAgent
java.lang.String userAgent
serialVersionUID: 3545798797134608691L
serialVersionUID: -6933992871198450027L
status
int status
statusMessage
java.lang.String statusMessage
Package org.apache.xmlrpc.common |
serialVersionUID: 3617014169594311221L
serialVersionUID: 7439737967784966169L
serialVersionUID: 4050760511635272755L
serialVersionUID: 3258410629709574201L
Package org.apache.xmlrpc.server |
serialVersionUID: 3257002138218344501L
Package org.apache.xmlrpc.util |
serialVersionUID: -5107387618606150784L
serialVersionUID: -8008230377361175138L
serialVersionUID: -7704704099502077919L
linkedException
java.lang.Throwable linkedException
Package org.apache.xmlrpc.webserver |
serialVersionUID: 49879832748972394L
statusCode
int statusCode
description
java.lang.String description
serialVersionUID: 2348768267234L
server
XmlRpcServletServer server
authenticationHandler
AbstractReflectiveHandlerMapping.AuthenticationHandler authenticationHandler
requestProcessorFactoryFactory
RequestProcessorFactoryFactory requestProcessorFactoryFactory
typeConverterFactory
TypeConverterFactory typeConverterFactory
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.