01: package tableappclient.spec;
02:
03: /**
04: * <p>Title: </p>
05: * <p>Description: </p>
06: * <p>Copyright: Copyright (c) 2005</p>
07: * <p>Company: </p>
08: * @author not attributable
09: * @version 1.0
10: */
11: import org.w3c.dom.Node;
12:
13: public interface TableNode {
14: public Node getTableNode(String server, String port);
15: }
|