00001 00057 package com.arcle.rmt.j2se.framework; 00058 00064 public interface DocumentFactory { 00065 00069 public Document createDocument(); 00070 }