package buzzerproxy.handler; /** * @author M. Friedeboldt */ public interface QuestionInterface { /** * @param xmlRequest * @return * @throws Exception */ public String request(String xmlRequest) throws Exception; }