public class BusinessObjectModelConverter extends Object
| Constructor and Description |
|---|
BusinessObjectModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
marshall(BusinessObjectModel bom) |
BusinessObjectModel |
unmarshall(byte[] bomXML) |
BusinessObjectModel |
unzip(byte[] zippedBOM) |
byte[] |
zip(BusinessObjectModel bom) |
public byte[] zip(BusinessObjectModel bom) throws IOException, JAXBException, SAXException
IOExceptionJAXBExceptionSAXExceptionpublic byte[] marshall(BusinessObjectModel bom) throws JAXBException, IOException, SAXException
JAXBExceptionIOExceptionSAXExceptionpublic BusinessObjectModel unzip(byte[] zippedBOM) throws IOException, JAXBException, SAXException
IOExceptionJAXBExceptionSAXExceptionpublic BusinessObjectModel unmarshall(byte[] bomXML) throws JAXBException, IOException, SAXException
JAXBExceptionIOExceptionSAXExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.