1 package org.dom4j.persistence;
2
3 import org.dom4j.Document;
4
5 /***
6 * Überschrift: HL7 API
7 * Beschreibung:
8 * Copyright: Copyright (c) 2001
9 * Organisation: ceyoniq healthcare
10 * @author
11 * @version 1.0
12 */
13
14 public interface Initiator {
15
16 public Memento createMemento(Document doc, String systemId, MarshallingContext context) throws Exception ;
17
18 }