org.panteleyev.xmlrpc.package.html Maven / Gradle / Ivy
This package provides a lightweight library to access XMLRPC services according
to the XMLRPC Specification.
Data Types
The following Java classes are used to represent XMLRPC data types:
XMLRPC Java
<int>, <i4> Integer
<boolean> Boolean
<string> String
<double> Double
<dateTime.iso8601> java.util.Date
<base64> byte[]
array java.util.ArrayList
struct java.util.HashMap
Date Representation
XMLRPC specification provides the following statement about timezones:
Don't assume a timezone. It should be specified by the server in its
documentation what assumptions it makes about timezones.
By default Date parameters and result values are converted to/from string representation
assuming GMT timezone. In case of server requires different timezones it must be specified when
creating {@link org.panteleyev.xmlrpc.XMLRPCService XMLRPCService} object.