1 package tableappclient.spec;2 3 /**4 * <p>Title: </p>5 * <p>Description: </p>6 * <p>Copyright: Copyright (c) 2005</p>7 * <p>Company: </p>8 * @author not attributable9 * @version 1.010 */11 import org.w3c.dom.Node ;12 public interface TableNode {13 public Node getTableNode(String server, String port);14 }