private static final long serialVersionUID = -8618555367432628615L;
public void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
MockeyXmlFactory g = new MockeyXmlFactory();
String fileOutput;
try {
fileOutput = g.getStoreAsString(store, true);
} catch (TransformerException e) {
throw new ServletException(e);
}
resp.setContentType("application/xml");