public class Importer100 extends Object implements I_Importer
| Constructor and Description |
|---|
Importer100() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ImportExportRoot> |
convertData(JAXBElement xmlObj)
Convert data from another version (always the former schema version)
to the format supported by this specific implementation
|
JAXBElement<ImportExportRoot> |
importData(InputStream xmlData)
Parse input data and provide the JAXBElement for the XML-schema
supported that specific implementation
|
public Importer100()
throws JAXBException
JAXBExceptionpublic JAXBElement<ImportExportRoot> importData(InputStream xmlData) throws ImportFailedException
I_ImporterimportData in interface I_ImporterxmlData - The XML-data as streamImportFailedExceptionpublic JAXBElement<ImportExportRoot> convertData(JAXBElement xmlObj) throws ImportFailedException
I_ImporterconvertData in interface I_ImporterxmlObj - structured XML from a previous schema-versionImportFailedExceptionCopyright © 2016 Fraunhofer FOKUS. All rights reserved.