Initial commit with hopefully working J2EE request handler.
[jsvc.git] / src / dolda / jsvc / Responder.java
1 package dolda.jsvc;
2
3 public interface Responder {
4     public void respond(Request request);
5 }