| Package | Description | 
|---|---|
| com.eviware.soapui.impl.actions | Workspace-related actions | 
| com.eviware.soapui.impl.rest | |
| com.eviware.soapui.impl.rest.actions.mock | |
| com.eviware.soapui.impl.rest.actions.request | |
| com.eviware.soapui.impl.rest.mock | |
| 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.rest.support | |
| com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations | 
| com.eviware.soapui.impl.wsdl.teststeps.registry | TestStep registry and factories | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RestRequest | RestServiceBuilder. addNewRequest(RestMethod restMethod) | 
| RestRequest | RestServiceBuilder. createRestServiceFromInspectionData(WsdlProject project,
                                   String URI,
                                   RestRequestInterface.HttpMethod method,
                                   RequestInspectionData inspectionData,
                                   boolean showDesktopPanel,
                                   String requestName) | 
| RestRequest | RestServiceBuilder. createRestServiceHeadlessFromUri(WsdlProject project,
                                RestServiceBuilder.RequestInfo requestInfo,
                                RestServiceBuilder.ModelCreationStrategy methodReuseStrategy) | 
| RestRequest | RestServiceBuilder. createRestServiceWithMethod(WsdlProject project,
                           String URI,
                           RestRequestInterface.HttpMethod method,
                           boolean showDesktopPanel,
                           String requestName) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestRequest | RestMethod. addNewRequest(String name) | 
| RestRequest | RestMethod. cloneRequest(RestRequest request,
            String name) | 
| RestRequest | RestResource. getRequestAt(int index) | 
| RestRequest | RestMethod. getRequestAt(int index) | 
| RestRequest | RestResource. getRequestByName(String name) | 
| RestRequest | RestMethod. getRequestByName(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RestRequest> | RestMethod. getRequestList() | 
| WsdlSubmit<RestRequest> | RestRequest. submit(SubmitContext submitContext,
      boolean async) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestRequest | RestMethod. cloneRequest(RestRequest request,
            String name) | 
| void | RestMethod. removeRequest(RestRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AddRestRequestToMockServiceAction. perform(RestRequest restRequest,
       Object param) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AddRestRequestToTestCaseAction. addRequest(TestCase testCase,
          RestRequest request,
          int position) | 
| void | RenameRestRequestAction. perform(RestRequest request,
       Object param) | 
| void | DeleteRestRequestAction. perform(RestRequest request,
       Object param) | 
| void | CloneRestRequestAction. perform(RestRequest request,
       Object param) | 
| void | AddRestRequestToTestCaseAction. perform(RestRequest request,
       Object param) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestMockAction | RestMockService. addNewMockAction(RestRequest restRequest) | 
| MockOperation | RestMockService. findOrCreateNewOperation(RestRequest restRequest) | 
| Constructor and Description | 
|---|
| RestMockAction(RestMockService mockService,
              RESTMockActionConfig config,
              RestRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestRequestDesktopPanel | RestRequestPanelBuilder. buildDesktopPanel(RestRequest request) | 
| Component | RestRequestPanelBuilder. buildOverviewPanel(RestRequest request) | 
| Constructor and Description | 
|---|
| RestRequestRepresentationsInspector(RestRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestRequest | InferredSchemaInspector. getRequest() | 
| Constructor and Description | 
|---|
| InferredSchemaInspector(RestRequest request) | 
| Constructor and Description | 
|---|
| RestRequestParamsPropertyHolder(RestParamsPropertyHolder methodParams,
                               RestRequest restRequest,
                               StringToStringMap values) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RestTestRequest | 
| Modifier and Type | Method and Description | 
|---|---|
| static TestStepConfig | RestRequestStepFactory. createConfig(RestRequest request,
            String stepName) | 
Copyright © 2019. All Rights Reserved.