Package no.digipost.api.client.util
Class JAXBContextUtils
java.lang.Object
no.digipost.api.client.util.JAXBContextUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
marshal
(JAXBContext context, Object objectToMarshall, OutputStream outputStream) static <T> T
unmarshal
(JAXBContext context, InputStream inputStream, Class<T> type)
-
Field Details
-
jaxbContext
-
-
Constructor Details
-
JAXBContextUtils
public JAXBContextUtils()
-
-
Method Details
-
marshal
-
unmarshal
-