Serialized Form
errorCode
int errorCode
- The exception error code. See XML-RPC specification.
isRemote
boolean isRemote
- Indicates if the exception ocurred locally or at the terminating XML-RPC end-point
Package marquee.xmlrpc.objectcomm |
paramTypes
java.lang.String[] paramTypes
- Holds an array of parameter types and references to an element in param vector
params
java.util.Vector params
- Holds all parameters that are not null
value
java.lang.Object value
- The returned value, may be null.
Package marquee.xmlrpc.objectcomm.example |
name
java.lang.String name
employeeNumber
int employeeNumber
birthday
java.util.Date birthday
salary
double salary
map
java.util.HashMap map
Package marquee.xmlrpc.testing |
server
XmlRpcServer server