com.eviware.soapui.impl.support.definition.export
Class WadlDefinitionExporter

java.lang.Object
  extended by com.eviware.soapui.impl.support.definition.export.AbstractDefinitionExporter<RestService>
      extended by com.eviware.soapui.impl.support.definition.export.WadlDefinitionExporter
All Implemented Interfaces:
DefinitionExporter

public class WadlDefinitionExporter
extends AbstractDefinitionExporter<RestService>


Constructor Summary
WadlDefinitionExporter(InterfaceDefinition<RestService> definition)
           
WadlDefinitionExporter(RestService restService)
           
 
Method Summary
 java.lang.String export(java.lang.String folderName)
           
protected  java.lang.String[] getLocationXPathsToReplace()
           
protected  void postProcessing(org.apache.xmlbeans.XmlObject obj, InterfaceDefinitionPart part)
           
 
Methods inherited from class com.eviware.soapui.impl.support.definition.export.AbstractDefinitionExporter
createFilesForExport, getDefinition, setDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlDefinitionExporter

public WadlDefinitionExporter(InterfaceDefinition<RestService> definition)

WadlDefinitionExporter

public WadlDefinitionExporter(RestService restService)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

export

public java.lang.String export(java.lang.String folderName)
                        throws java.lang.Exception
Specified by:
export in interface DefinitionExporter
Overrides:
export in class AbstractDefinitionExporter<RestService>
Throws:
java.lang.Exception

getLocationXPathsToReplace

protected java.lang.String[] getLocationXPathsToReplace()
Specified by:
getLocationXPathsToReplace in class AbstractDefinitionExporter<RestService>

postProcessing

protected void postProcessing(org.apache.xmlbeans.XmlObject obj,
                              InterfaceDefinitionPart part)
Overrides:
postProcessing in class AbstractDefinitionExporter<RestService>


Copyright © 2005-2009 eviware.com. All Rights Reserved.