All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.panteleyev.xmlrpc.package.html Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version



    

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:

XMLRPCJava
<int>, <i4>Integer
<boolean>Boolean
<string>String
<double>Double
<dateTime.iso8601>java.util.Date
<base64>byte[]
arrayjava.util.ArrayList
structjava.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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy