}
public static void main(String[] arg) throws Exception {
Responder responder =
new GenericResponder(Protocol.parse("{\"protocol\": \"X\"}")) {
public Object respond(Message message, Object request)
throws Exception {
throw new IOException("no messages!");
}
};