File output = new File(baseDir,"http.xml");
Marshaller marschaller = AllJAXBContexts.context.createMarshaller();
marschaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
marschaller.setProperty(Marshaller.JAXB_FRAGMENT, true);
EventId eid1 = new EventId(42);
EventId eid2 = new EventId(43);
TableId tid = new TableId(1337);
Queue<DispatchableAction<?>> queue = new LinkedList<DispatchableAction<?>>();
SitInAnywhereAction action1 = new SitInAnywhereAction(eid1,tid,6500);