Interface | Description |
---|---|
XMLCodec.XMLDecodable |
Classes that implement this interface provide their own method to decode themselves from XML.
|
XMLCodec.XMLEncodable |
Classes that implement this interface provide their own method to encode themselves to XML.
|
XMLCodec.XMLToObjectConverter |
Classes that implement this interface can be used to convert XML to an object.
|
Class | Description |
---|---|
ConfigurationUtilities | |
DebugLog | |
FutureObject<T> |
This class just wraps some object that will be created or finished later in a Future
|
XMLCodec |
This class provides static methods to encode objects to XML and to decode XML back to objects.
|
XMLCodec.DefaultXMLToObjectConverter | |
XMLUtilities |
Exception | Description |
---|---|
InvalidConfigurationException |
This exception is thrown whenever some error in configuration is detected.
|
Copyright © 2013. All Rights Reserved.