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

Packages that use RestResource
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.actions.resource   
com.eviware.soapui.impl.rest.actions.service   
com.eviware.soapui.impl.rest.actions.support   
com.eviware.soapui.impl.rest.panels.resource   
com.eviware.soapui.impl.rest.support   
com.eviware.soapui.impl.wsdl.submit Submit-specific interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
 

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

Methods in com.eviware.soapui.impl.rest that return RestResource
 RestResource RestResource.addNewChildResource(java.lang.String name, java.lang.String path)
           
 RestResource RestService.addNewResource(java.lang.String name, java.lang.String path)
           
 RestResource RestResource.cloneChildResource(RestResource resource, java.lang.String name)
           
 RestResource RestService.cloneResource(RestResource resource, java.lang.String name)
           
 RestResource RestResourceContainer.cloneResource(RestResource resource, java.lang.String name)
           
 RestResource RestResource.cloneResource(RestResource resource, java.lang.String name)
           
 RestResource[] RestResource.getAllChildResources()
           
 RestResource RestResource.getChildResourceAt(int c)
           
 RestResource RestResource.getChildResourceByName(java.lang.String name)
           
 RestResource RestRequest.getOperation()
           
 RestResource RestMethod.getOperation()
           
 RestResource RestService.getOperationAt(int index)
           
 RestResource RestService.getOperationByName(java.lang.String name)
           
 RestResource RestResource.getParentResource()
           
 RestResource RestRequestInterface.getResource()
           
 RestResource RestRequest.getResource()
           
 RestResource RestMethod.getResource()
           
 RestResource RestService.getResourceByFullPath(java.lang.String resourcePath)
           
 

Methods in com.eviware.soapui.impl.rest that return types with arguments of type RestResource
 java.util.List<RestResource> RestService.getAllResources()
           
 java.util.List<RestResource> RestResource.getChildResourceList()
           
 java.util.Map<java.lang.String,RestResource> RestService.getResources()
           
 

Methods in com.eviware.soapui.impl.rest with parameters of type RestResource
 RestResource RestResource.cloneChildResource(RestResource resource, java.lang.String name)
           
 RestResource RestService.cloneResource(RestResource resource, java.lang.String name)
           
 RestResource RestResourceContainer.cloneResource(RestResource resource, java.lang.String name)
           
 RestResource RestResource.cloneResource(RestResource resource, java.lang.String name)
           
 void RestResource.deleteChildResource(RestResource resource)
           
 void RestService.deleteResource(RestResource resource)
           
 void RestResourceContainer.deleteResource(RestResource resource)
           
 void RestResource.deleteResource(RestResource resource)
           
 

Constructors in com.eviware.soapui.impl.rest with parameters of type RestResource
RestMethod(RestResource service, com.eviware.soapui.config.RestMethodConfig methodConfig)
           
RestResource(RestResource restResource, com.eviware.soapui.config.RestResourceConfig resourceConfig)
           
 

Uses of RestResource in com.eviware.soapui.impl.rest.actions.resource
 

Methods in com.eviware.soapui.impl.rest.actions.resource that return RestResource
protected  RestResource NewRestChildResourceAction.createRestResource(RestResource parentResource, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 

Methods in com.eviware.soapui.impl.rest.actions.resource with parameters of type RestResource
protected  RestMethod NewRestChildResourceAction.createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
protected  RestResource NewRestChildResourceAction.createRestResource(RestResource parentResource, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 void RenameRestResourceAction.perform(RestResource request, java.lang.Object param)
           
 void NewRestMethodAction.perform(RestResource resource, java.lang.Object param)
           
 void DeleteRestResourceAction.perform(RestResource resource, java.lang.Object param)
           
 void CloneRestResourceAction.perform(RestResource resource, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.rest.actions.service that return RestResource
protected  RestResource NewRestResourceAction.createRestResource(RestService service, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 

Methods in com.eviware.soapui.impl.rest.actions.service with parameters of type RestResource
protected  RestMethod NewRestResourceAction.createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
 

Uses of RestResource in com.eviware.soapui.impl.rest.actions.support
 

Methods in com.eviware.soapui.impl.rest.actions.support that return RestResource
protected abstract  RestResource NewRestResourceActionBase.createRestResource(T service, java.lang.String path, com.eviware.x.form.XFormDialog dialog)
           
 

Methods in com.eviware.soapui.impl.rest.actions.support with parameters of type RestResource
protected abstract  RestMethod NewRestResourceActionBase.createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
 

Uses of RestResource in com.eviware.soapui.impl.rest.panels.resource
 

Methods in com.eviware.soapui.impl.rest.panels.resource with parameters of type RestResource
 RestResourceDesktopPanel RestResourcePanelBuilder.buildDesktopPanel(RestResource resource)
           
 java.awt.Component RestResourcePanelBuilder.buildOverviewPanel(RestResource service)
           
 

Constructors in com.eviware.soapui.impl.rest.panels.resource with parameters of type RestResource
RestResourceDesktopPanel(RestResource modelItem)
           
 

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

Methods in com.eviware.soapui.impl.rest.support that return RestResource
static RestResource RestRequestConverter.resolveResource(RestTestRequestStep requestStep)
           
 

Methods in com.eviware.soapui.impl.rest.support with parameters of type RestResource
static void RestRequestConverter.convert(RestResource resource, com.eviware.soapui.config.OldRestRequestConfig oldConfig)
           
static RestMethod RestRequestConverter.getMethod(RestResource resource, java.lang.String methodType, java.lang.String requestName)
           
 

Uses of RestResource in com.eviware.soapui.impl.wsdl.submit
 

Methods in com.eviware.soapui.impl.wsdl.submit that return RestResource
 RestResource RestMessageExchange.getResource()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps that return RestResource
 RestResource RestTestRequest.getOperation()
           
 RestResource RestTestRequestStepInterface.getResource()
           
 RestResource RestTestRequestStep.getResource()
           
 RestResource RestTestRequest.getResource()
           
 RestResource RestResponseMessageExchange.getResource()
           
 

Uses of RestResource in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes with parameters of type RestResource
 void RestResourceTreeNode.addChildResource(RestResource restResource)
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type RestResource
RestResourceTreeNode(RestResource restResource, SoapUITreeModel treeModel)
           
 



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