Interface | Description |
---|---|
ContentProducer |
Provides access to a content.
|
NodeWriter |
A writer that builds a node tree that is later serialized as JSON or XML format.
|
NodeWriter.Factory |
A factory to instantiate a node writer.
|
Storage |
A storage provides a temporary area for data exchange between a client and the server.
|
StorageManager |
The manager of storages.
|
Class | Description |
---|---|
NodeContentProducer |
A content producer that supports both XML and JSON as content format.
|