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.request.inspectors.schema   
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 RestMethod.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)
           
protected  java.lang.String Wadl2JavaAction.getWadlUrl(StringToStringMap values, RestService modelItem)
           
 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.request.inspectors.schema
 

Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.schema with parameters of type RestService
static void InferredSchemaManager.addPropertyChangeListener(RestService service, java.beans.PropertyChangeListener listener)
           
static void InferredSchemaManager.delete(RestService service)
           
static void InferredSchemaManager.deleteNamespace(RestService service, java.lang.String ns)
           
static InferredSchema InferredSchemaManager.getInferredSchema(RestService service)
           
static void InferredSchemaManager.release(RestService service)
           
static void InferredSchemaManager.removePropertyChangeListener(RestService service, java.beans.PropertyChangeListener listener)
           
static void InferredSchemaManager.save(RestService service)
           
 

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-2009 eviware.com. All Rights Reserved.