| Interface | Description |
|---|---|
| Deserializer |
interface that will implement the deserializing of an XMLRPC element
|
| Serializer | |
| SerializerFactoryAware |
An inversion of control interface that allows any serializer registered with the serializer factory to
have an instance of the factory.
|
| Class | Description |
|---|---|
| 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.
|
Copyright © 2001-2005 Echomine. All Rights Reserved.