134135136137138139140141
/** * */ private static String prepareXml() { WadlXml wadlXml = new WadlXml(Analyzer.application); return wadlXml.dump(); }