Class Converter<T>
- java.lang.Object
-
- org.dspace.external.provider.orcid.xml.Converter<T>
-
-
Constructor Summary
Constructors Constructor Description Converter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tconvert(InputStream document)protected Objectunmarshall(InputStream input, Class<?> type)
-
-
-
Method Detail
-
convert
public abstract T convert(InputStream document)
-
unmarshall
protected Object unmarshall(InputStream input, Class<?> type) throws SAXException, URISyntaxException
- Throws:
SAXExceptionURISyntaxException
-
-