- All Superinterfaces:
- AbstractReadHandle, AbstractWriteHandle
- All Known Implementing Classes:
- BytesHandle, DOM4JHandle, DOMHandle, FileHandle, GSONHandle, InputSourceHandle, InputStreamHandle, JacksonDatabindHandle, JacksonHandle, JacksonParserHandle, JAXBHandle, JDOMHandle, ReaderHandle, SourceHandle, StringHandle, XMLEventReaderHandle, XMLStreamReaderHandle, XOMHandle
public interface ContentHandle<C>
extends AbstractReadHandle, AbstractWriteHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.