Class InputStreamToDom4jConverter

  • All Implemented Interfaces:
    ContentTypeConverter<InputStream,​org.dom4j.Document>

    public class InputStreamToDom4jConverter
    extends Object
    implements ContentTypeConverter<InputStream,​org.dom4j.Document>
    Converter that converts an input stream to a Dom4J document. It assumes that the input stream provides UTF-8 formatted XML.
    Since:
    2.0
    Author:
    Allard Buijze