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

Packages that use RestRequest
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.actions.request   
com.eviware.soapui.impl.rest.panels.request   
com.eviware.soapui.impl.rest.panels.request.inspectors.representations   
com.eviware.soapui.impl.rest.panels.request.inspectors.schema   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
 

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

Methods in com.eviware.soapui.impl.rest that return RestRequest
 RestRequest RestMethod.addNewRequest(java.lang.String name)
           
 RestRequest RestMethod.cloneRequest(RestRequest request, java.lang.String name)
           
 RestRequest RestResource.getRequestAt(int index)
           
 RestRequest RestMethod.getRequestAt(int index)
           
 RestRequest RestResource.getRequestByName(java.lang.String name)
           
 RestRequest RestMethod.getRequestByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.rest that return types with arguments of type RestRequest
 java.util.List<RestRequest> RestMethod.getRequestList()
           
 WsdlSubmit<RestRequest> RestRequest.submit(SubmitContext submitContext, boolean async)
           
 

Methods in com.eviware.soapui.impl.rest with parameters of type RestRequest
 RestRequest RestMethod.cloneRequest(RestRequest request, java.lang.String name)
           
 void RestMethod.removeRequest(RestRequest request)
           
 

Uses of RestRequest in com.eviware.soapui.impl.rest.actions.request
 

Methods in com.eviware.soapui.impl.rest.actions.request with parameters of type RestRequest
 RestTestRequestStepInterface AddRestRequestToTestCaseAction.addRequest(WsdlTestCase testCase, RestRequest request, int position)
           
 void RenameRestRequestAction.perform(RestRequest request, java.lang.Object param)
           
 void DeleteRestRequestAction.perform(RestRequest request, java.lang.Object param)
           
 void CloneRestRequestAction.perform(RestRequest request, java.lang.Object param)
           
 void AddRestRequestToTestCaseAction.perform(RestRequest request, java.lang.Object param)
           
 

Uses of RestRequest in com.eviware.soapui.impl.rest.panels.request
 

Methods in com.eviware.soapui.impl.rest.panels.request with parameters of type RestRequest
 RestRequestDesktopPanel RestRequestPanelBuilder.buildDesktopPanel(RestRequest request)
           
 java.awt.Component RestRequestPanelBuilder.buildOverviewPanel(RestRequest request)
           
 

Constructors in com.eviware.soapui.impl.rest.panels.request with parameters of type RestRequest
RestResponseMessageEditor.RestResponseDocument(RestRequest modelItem)
           
RestResponseMessageEditor(RestRequest modelItem)
           
 

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

Constructors in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestRequest
RestRequestRepresentationsInspector(RestRequest request)
           
 

Uses of RestRequest in com.eviware.soapui.impl.rest.panels.request.inspectors.schema
 

Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.schema that return RestRequest
 RestRequest InferredSchemaInspector.getRequest()
           
 

Constructors in com.eviware.soapui.impl.rest.panels.request.inspectors.schema with parameters of type RestRequest
InferredSchemaInspector(RestRequest request)
           
 

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

Subclasses of RestRequest in com.eviware.soapui.impl.wsdl.teststeps
 class RestTestRequest
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps.registry with parameters of type RestRequest
static com.eviware.soapui.config.TestStepConfig RestRequestStepFactory.createConfig(RestRequest request, java.lang.String stepName)
           
 



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