Uses of Class
com.eviware.soapui.impl.rest.RestService

Packages that use RestService
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.actions.service   
com.eviware.soapui.impl.rest.panels.service   
com.eviware.soapui.impl.rest.support   
com.eviware.soapui.impl.support.definition.export   
com.eviware.soapui.impl.wadl   
com.eviware.soapui.impl.wadl.support   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

Uses of RestService in com.eviware.soapui.impl.rest
 

Methods in com.eviware.soapui.impl.rest that return RestService
 RestService RestServiceFactory.build(WsdlProject project, com.eviware.soapui.config.InterfaceConfig config)
           
 RestService RestServiceFactory.createNew(WsdlProject project, java.lang.String name)
           
 RestService RestResource.getInterface()
           
 RestService RestResource.getService()
           
 

Constructors in com.eviware.soapui.impl.rest with parameters of type RestService
RestResource(RestService service, com.eviware.soapui.config.RestResourceConfig resourceConfig)
           
WadlGenerator(RestService restService)
           
 

Uses of RestService in com.eviware.soapui.impl.rest.actions.service
 

Methods in com.eviware.soapui.impl.rest.actions.service with parameters of type RestService
protected  RestResource NewRestResourceAction.createRestResource(RestService service, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 java.lang.String ExportWadlAction.exportDefinition(java.lang.String location, RestService iface)
           
 WsdlTestSuite GenerateRestTestSuiteAction.generateTestSuite(RestService service, boolean atCreation)
           
 void GenerateRestTestSuiteAction.perform(RestService target, java.lang.Object param)
           
 void ExportWadlAction.perform(RestService iface, java.lang.Object param)
           
 void DeleteRestServiceAction.perform(RestService service, java.lang.Object param)
           
 void CreateWadlDocumentationAction.perform(RestService target, java.lang.Object param)
           
 

Uses of RestService in com.eviware.soapui.impl.rest.panels.service
 

Methods in com.eviware.soapui.impl.rest.panels.service with parameters of type RestService
 RestServiceDesktopPanel RestServicePanelBuilder.buildDesktopPanel(RestService service)
           
 java.awt.Component RestServicePanelBuilder.buildOverviewPanel(RestService service)
           
 

Constructors in com.eviware.soapui.impl.rest.panels.service with parameters of type RestService
RestServiceDesktopPanel(RestService service)
           
 

Uses of RestService in com.eviware.soapui.impl.rest.support
 

Constructors in com.eviware.soapui.impl.rest.support with parameters of type RestService
WadlImporter(RestService service)
           
 

Uses of RestService in com.eviware.soapui.impl.support.definition.export
 

Constructors in com.eviware.soapui.impl.support.definition.export with parameters of type RestService
WadlDefinitionExporter(RestService restService)
           
 

Constructor parameters in com.eviware.soapui.impl.support.definition.export with type arguments of type RestService
WadlDefinitionExporter(InterfaceDefinition<RestService> definition)
           
 

Uses of RestService in com.eviware.soapui.impl.wadl
 

Constructors in com.eviware.soapui.impl.wadl with parameters of type RestService
WadlDefinitionContext(java.lang.String url, RestService iface)
           
 

Uses of RestService in com.eviware.soapui.impl.wadl.support
 

Constructors in com.eviware.soapui.impl.wadl.support with parameters of type RestService
GeneratedWadlDefinitionLoader(RestService restService)
           
WadlInterfaceDefinition(RestService iface)
           
 

Uses of RestService in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return RestService
 RestService RestTestRequest.getInterface()
           
 



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