110111112113114115116117118119
os.write(response.getBytes()); os.close(); } catch (IOException e) { throw new ServerException("Error generating direct verification response", e); } return null; }
162163164165166167168
// return the result to the user return responseText; } protected List<?> userInteraction(ParameterList request) throws ServerException { throw new ServerException("User-interaction not implemented."); }