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

Packages that use RestMethod
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.actions.method   
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.method   
com.eviware.soapui.impl.rest.panels.request.inspectors.representations   
com.eviware.soapui.impl.rest.support   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.support.resolver   
 

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

Methods in com.eviware.soapui.impl.rest that return RestMethod
 RestMethod RestResource.addNewMethod(java.lang.String name)
           
 RestMethod RestResource.cloneMethod(RestMethod method, java.lang.String name)
           
 RestMethod RestRequestInterface.getRestMethod()
           
 RestMethod RestRequest.getRestMethod()
           
 RestMethod RestRepresentation.getRestMethod()
           
 RestMethod RestResource.getRestMethodAt(int c)
           
 RestMethod RestResource.getRestMethodByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.rest that return types with arguments of type RestMethod
 java.util.List<RestMethod> RestResource.getRestMethodList()
           
 

Methods in com.eviware.soapui.impl.rest with parameters of type RestMethod
 RestMethod RestResource.cloneMethod(RestMethod method, java.lang.String name)
           
 void RestResource.deleteMethod(RestMethod method)
           
protected  void RestRequest.setRestMethod(RestMethod restMethod)
           
 

Constructors in com.eviware.soapui.impl.rest with parameters of type RestMethod
RestRepresentation(RestMethod restMethod, com.eviware.soapui.config.RestResourceRepresentationConfig config)
           
RestRequest(RestMethod method, com.eviware.soapui.config.RestRequestConfig requestConfig, boolean forLoadTest)
           
 

Uses of RestMethod in com.eviware.soapui.impl.rest.actions.method
 

Methods in com.eviware.soapui.impl.rest.actions.method with parameters of type RestMethod
 void RenameRestMethodAction.perform(RestMethod method, java.lang.Object param)
           
 void NewRestRequestAction.perform(RestMethod method, java.lang.Object param)
           
 void DeleteRestMethodAction.perform(RestMethod method, java.lang.Object param)
           
 void CloneRestMethodAction.perform(RestMethod method, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.rest.actions.resource that return RestMethod
protected  RestMethod NewRestChildResourceAction.createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
 

Methods in com.eviware.soapui.impl.rest.actions.resource with parameters of type RestMethod
protected  void NewRestMethodAction.createRequest(RestMethod method)
           
 

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

Methods in com.eviware.soapui.impl.rest.actions.service that return RestMethod
protected  RestMethod NewRestResourceAction.createRestMethod(RestResource resource, com.eviware.x.form.XFormDialog dialog)
           
 

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

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

Methods in com.eviware.soapui.impl.rest.actions.support with parameters of type RestMethod
protected  void NewRestResourceActionBase.createRequest(RestMethod method)
           
 

Uses of RestMethod in com.eviware.soapui.impl.rest.panels.method
 

Methods in com.eviware.soapui.impl.rest.panels.method with parameters of type RestMethod
 RestMethodDesktopPanel RestMethodPanelBuilder.buildDesktopPanel(RestMethod method)
           
 java.awt.Component RestMethodPanelBuilder.buildOverviewPanel(RestMethod method)
           
 

Constructors in com.eviware.soapui.impl.rest.panels.method with parameters of type RestMethod
RestMethodDesktopPanel(RestMethod modelItem)
           
RestRepresentationsTable(RestMethod restMethod, RestRepresentation.Type[] types, boolean readOnly)
           
 

Uses of RestMethod in com.eviware.soapui.impl.rest.panels.request.inspectors.representations
 

Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.representations that return RestMethod
 RestMethod AbstractRestRepresentationsInspector.getMethod()
           
 

Constructors in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestMethod
AbstractRestRepresentationsInspector(RestMethod restMethod, java.lang.String name, java.lang.String description, RestRepresentation.Type[] types)
           
 

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

Methods in com.eviware.soapui.impl.rest.support that return RestMethod
static RestMethod RestRequestConverter.getMethod(RestResource resource, java.lang.String methodType, java.lang.String requestName)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps that return RestMethod
 RestMethod RestTestRequestStepInterface.getRestMethod()
           
 RestMethod RestTestRequestStep.getRestMethod()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type RestMethod
 void RestTestRequestStep.setRestMethod(RestMethod method)
           
 void RestTestRequestInterface.setRestMethod(RestMethod restMethod)
           
 void RestTestRequest.setRestMethod(RestMethod restMethod)
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type RestMethod
RestTestRequest(RestMethod method, com.eviware.soapui.config.RestRequestConfig callConfig, RestTestRequestStep testStep, boolean forLoadTest)
           
 

Uses of RestMethod in com.eviware.soapui.impl.wsdl.teststeps.registry
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.registry with parameters of type RestMethod
 com.eviware.soapui.config.TestStepConfig RestRequestStepFactory.createNewTestStep(RestMethod restMethod, java.lang.String name)
           
 

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

Methods in com.eviware.soapui.model.tree.nodes with parameters of type RestMethod
 void RestResourceTreeNode.methodAdded(RestMethod method)
           
 void RestResourceTreeNode.methodRemoved(RestMethod method)
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type RestMethod
RestMethodTreeNode(RestMethod method, SoapUITreeModel treeModel)
           
 

Uses of RestMethod in com.eviware.soapui.support.resolver
 

Methods in com.eviware.soapui.support.resolver that return RestMethod
 RestMethod ChangeRestMethodResolver.getSelectedRestMethod()
           
 



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