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, setDefinition
public WadlDefinitionExporter(InterfaceDefinition<RestService> definition)
public WadlDefinitionExporter(RestService restService) throws Exception
Exception
public String export(String folderName) throws Exception
export
in interface DefinitionExporter
export
in class AbstractDefinitionExporter<RestService>
Exception
protected 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.