java.lang.Object
net.anwiba.commons.xml.jaxb.JaxbTransformer<T>
-
Constructor Summary
ConstructorsConstructorDescriptionJaxbTransformer(SAXTransformerFactory transformerFactory, Templates inputTransformerTemplate, Templates outputTransformerTemplate, jakarta.xml.bind.JAXBContext jaxbContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshall(T bindingObject, IParameters parameters, OutputStream outputStream, IProperties outputProperties) unmarshall(InputStream inputStream, IParameters parameters)
-
Constructor Details
-
JaxbTransformer
public JaxbTransformer(SAXTransformerFactory transformerFactory, Templates inputTransformerTemplate, Templates outputTransformerTemplate, jakarta.xml.bind.JAXBContext jaxbContext)
-
-
Method Details
-
marshall
public void marshall(T bindingObject, IParameters parameters, OutputStream outputStream, IProperties outputProperties) throws jakarta.xml.bind.JAXBException, TransformerException - Throws:
jakarta.xml.bind.JAXBExceptionTransformerException
-
unmarshall
public T unmarshall(InputStream inputStream, IParameters parameters) throws jakarta.xml.bind.JAXBException, TransformerException - Throws:
jakarta.xml.bind.JAXBExceptionTransformerException
-