Package | Description |
---|---|
javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
javolution.testing |
Provides classes and interfaces to facilitate all aspects of testing including
unit tests, performance, regression, etc.
|
javolution.text |
Provides classes and interfaces to handle text.
|
javolution.util | |
javolution.xml |
Provides support for the encoding of objects, and the objects reachable from them,
into
XML ; and the complementary reconstruction of the
object graph from XML . |
javolution.xml.ws |
Provides classes and interfaces to create and handle web services.
|
Class and Description |
---|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
XMLBinding
This class represents the binding between Java classes and
their XML representation (
XMLFormat ). |
XMLFormat
This class represents the format base class for XML serialization and
deserialization.
|
XMLFormat.InputElement
This class represents an input XML element (unmarshalling).
|
XMLFormat.OutputElement
This class represents an output XML element (marshalling).
|
XMLObjectReader
This class restores objects which have been serialized in XML
format using an
XMLObjectWriter . |
XMLObjectWriter
This class takes an object and formats it to XML; the resulting
XML can be deserialized using a
XMLObjectReader . |
XMLReferenceResolver
This class represents a resolver for XML cross references during
the marshalling/unmarshalling process.
|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
XMLObjectReader
This class restores objects which have been serialized in XML
format using an
XMLObjectWriter . |
XMLObjectWriter
This class takes an object and formats it to XML; the resulting
XML can be deserialized using a
XMLObjectReader . |
Copyright © 2005–2015 Javolution. All rights reserved.