public class DmnMarshaller extends Object
Constructor and Description |
---|
DmnMarshaller() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.bind.JAXBContext |
getJAXBContext()
Returns JAXBContext object used for marshalling and demarshalling
decision tables.
|
byte[] |
marshall(XmlDecisionTable xmlDecisionTable) |
XmlDecisionTable |
unmarshall(byte[] bytes) |
public static javax.xml.bind.JAXBContext getJAXBContext()
public byte[] marshall(XmlDecisionTable xmlDecisionTable) throws javax.xml.bind.JAXBException, IOException
public XmlDecisionTable unmarshall(byte[] bytes) throws javax.xml.bind.JAXBException, IOException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.