public class WadlDefinitionExporter extends AbstractDefinitionExporter<RestService>
| Constructor and Description |
|---|
WadlDefinitionExporter(InterfaceDefinition<RestService> definition) |
WadlDefinitionExporter(RestService restService) |
| Modifier and Type | Method and Description |
|---|---|
String |
export(String folderName) |
protected String[] |
getLocationXPathsToReplace() |
protected void |
postProcessing(org.apache.xmlbeans.XmlObject obj,
InterfaceDefinitionPart part) |
createFilesForExport, getDefinition, setDefinitionpublic WadlDefinitionExporter(InterfaceDefinition<RestService> definition)
public WadlDefinitionExporter(RestService restService) throws Exception
Exceptionpublic String export(String folderName) throws Exception
export in interface DefinitionExporterexport in class AbstractDefinitionExporter<RestService>Exceptionprotected String[] getLocationXPathsToReplace()
getLocationXPathsToReplace in class AbstractDefinitionExporter<RestService>protected void postProcessing(org.apache.xmlbeans.XmlObject obj,
InterfaceDefinitionPart part)
postProcessing in class AbstractDefinitionExporter<RestService>Copyright © 2019. All Rights Reserved.