Class Summary |
ArraySerializer |
Used to serialize and deserialize the XMLRPC array xml data. |
Base64Serializer |
Serializer for the base64 binary data
Example: |
BooleanSerializer |
Serializer for the XMLRPC boolean type. |
Call |
The main object to construct a method call for the XML RPC. |
DateSerializer |
the date serializer will work with parsing and serializing the Date format. |
DoubleSerializer |
Serializer for the double value. |
IntSerializer |
A serializer for integer types. |
Response |
This is the object that will construct a response object.. |
SerializerFactory |
The main factory that will check to look up what serializer/deserializer to use to
work with the current object. |
StringSerializer |
The string serializer will work with the <string> type in the XML-RPC specs. |
StructSerializer |
serializer for parsing a struct element into a hashmap or any Map-based class into an JDOM element. |