Writing the network interface for the factory

public interface Factory extends NetObj {
  public PingServer makePingServer() throws NetException;
}
makePingServer cannot return a ConcretePingServer.


- 9 -