Package org.nuxeo.ecm.webdav.jaxrs
Class Util
java.lang.Object
org.nuxeo.ecm.webdav.jaxrs.Util
Utility functions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic javax.xml.bind.JAXBContext
static javax.xml.bind.Unmarshaller
static Object
unmarshal
(InputStream source)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getJaxbContext
public static javax.xml.bind.JAXBContext getJaxbContext() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
getUnmarshaller
public static javax.xml.bind.Unmarshaller getUnmarshaller() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
unmarshal
public static Object unmarshal(InputStream source) throws javax.xml.bind.JAXBException, ParserConfigurationException, SAXException - Throws:
javax.xml.bind.JAXBException
ParserConfigurationException
SAXException
- Since:
- 2023
-