package w3c.model.tools.basicweb; import java.io.IOException; interface MethodServer extends Method void serve ( Request request, Reply reply) throwsIOException; boolean initialize ( Request request);