public abstract class AbstractParser<T> extends Object
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(String xml) |
String |
convert(T model) |
protected abstract JAXBContext |
initJAXBContext() |
protected abstract URL |
initSchemaURL() |
protected abstract JAXBContext initJAXBContext() throws JAXBException
JAXBExceptionprotected abstract URL initSchemaURL()
public T convert(String xml) throws JAXBException
JAXBExceptionpublic String convert(T model) throws JAXBException
JAXBExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.