public final class InteractionLogFacade
extends java.lang.Object
| Constructor and Description |
|---|
InteractionLogFacade() |
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.bind.JAXBContext |
createContext() |
static InteractionLog |
readInteractionLog(java.io.File inputFile) |
static void |
storeInteractionLog(InteractionLog log,
java.io.File output) |
public static javax.xml.bind.JAXBContext createContext()
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic static InteractionLog readInteractionLog(java.io.File inputFile) throws javax.xml.bind.JAXBException
inputFile - javax.xml.bind.JAXBExceptionpublic static void storeInteractionLog(InteractionLog log, java.io.File output) throws javax.xml.bind.JAXBException
log - output - javax.xml.bind.JAXBException