Class ApplicationNodeContainerConverter
java.lang.Object
org.bonitasoft.engine.business.application.exporter.ApplicationNodeContainerConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]marshallToXML(ApplicationNodeContainer applicationNodeContainer) unmarshallFromXML(byte[] applicationXML)
-
Constructor Details
-
ApplicationNodeContainerConverter
public ApplicationNodeContainerConverter()
-
-
Method Details
-
marshallToXML
public byte[] marshallToXML(ApplicationNodeContainer applicationNodeContainer) throws javax.xml.bind.JAXBException, IOException, SAXException - Throws:
javax.xml.bind.JAXBExceptionIOExceptionSAXException
-
unmarshallFromXML
public ApplicationNodeContainer unmarshallFromXML(byte[] applicationXML) throws javax.xml.bind.JAXBException, IOException, SAXException - Throws:
javax.xml.bind.JAXBExceptionIOExceptionSAXException
-