Interface ContentHandle<C>

All Superinterfaces:
AbstractReadHandle, AbstractWriteHandle
All Known Subinterfaces:
BufferableContentHandle<C,R>, ResendableContentHandle<C,R>, StreamingContentHandle<C,R>
All Known Implementing Classes:
BytesHandle, DOM4JHandle, DOMHandle, FileHandle, GSONHandle, InputSourceHandle, InputStreamHandle, JacksonDatabindHandle, JacksonHandle, JacksonParserHandle, JAXBHandle, JDOMHandle, ReaderHandle, SourceHandle, StringHandle, XMLEventReaderHandle, XMLStreamReaderHandle

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.