Class | Description |
---|---|
BaseOutputRepresentation |
Better base OutputRepresentation, the
BaseOutputRepresentation.getStream() method uses TempOutputStream instead of the restlet impl
which uses a Pipe and a separate thread! |
ByteArrayRepresentation |
Copyright (c) 2008
Boomi, Inc. |
CleansingSerializableRepresentation |
SerializableRepresentation which writes a single Serializable object to the output stream using a
CleansingObjectOutputStream . |
ClosingInputRepresentation |
Better InputRepresentation that makes sure to close the InputStream even on failures
|
FastInputRepresentation |
Efficient, re-useable Representation implementation for a FastByteArrayInputStream.
|
JsonRepresentation |
Representation which facilites writing
ObjectNode to JSON. |
SerializableRepresentation |
Representation which writes a single Serializable object to the output stream.
|