001package org.dom4j.persistence;
002
003import org.dom4j.Document;
004
005/**
006 * berschrift:   HL7 API
007 * Beschreibung:
008 * Copyright:     Copyright (c) 2001
009 * Organisation:  ceyoniq healthcare
010 * @author
011 * @version 1.0
012 */
013
014public interface Initiator {
015
016  public Memento createMemento(Document doc, String systemId, MarshallingContext context) throws Exception ;
017
018}