public abstract class Converter<T>
extends java.lang.Object
| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
convert(java.io.InputStream document) |
protected java.lang.Object |
unmarshall(java.io.InputStream input,
java.lang.Class<?> type) |
public abstract T convert(java.io.InputStream document)
protected java.lang.Object unmarshall(java.io.InputStream input,
java.lang.Class<?> type)
throws org.xml.sax.SAXException,
java.net.URISyntaxException
org.xml.sax.SAXExceptionjava.net.URISyntaxExceptionCopyright © 2018 DuraSpace. All Rights Reserved.