| Package | Description | 
|---|---|
| com.eviware.soapui.impl.actions | Workspace-related actions | 
| com.eviware.soapui.impl.rest | |
| com.eviware.soapui.impl.rest.actions.resource | |
| com.eviware.soapui.impl.rest.panels.resource | |
| com.eviware.soapui.impl.rest.support | |
| com.eviware.soapui.impl.support.http | |
| com.eviware.soapui.support | General support classes | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RestParamsPropertyHolder | RestServiceBuilder. extractParams(String URI) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RestServiceBuilder. copyParameters(RestParamsPropertyHolder srcParams,
              RestParamsPropertyHolder destinationParams) | 
| protected void | RestServiceBuilder. copyParametersWithDefaultsOnResource(RestParamsPropertyHolder srcParams,
                                    RestParamsPropertyHolder resourceParams,
                                    RestParamsPropertyHolder requestParams) | 
| protected void | RestServiceBuilder. extractAndFillParameters(String URI,
                        RestParamsPropertyHolder params) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestParamsPropertyHolder | RestMethod. getOverlayParams() | 
| RestParamsPropertyHolder | RestResource. getParams() | 
| RestParamsPropertyHolder | RestRequest. getParams() | 
| RestParamsPropertyHolder | RestRepresentation. getParams() | 
| RestParamsPropertyHolder | RestMethod. getParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | NewRestMethodAction. createRequest(RestMethod method,
             RestParamsPropertyHolder params) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RestParamsPropertyHolder | RestParamsTable. params | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RestParamsTable. extractParams(RestParamsPropertyHolder params,
             NewRestResourceActionBase.ParamLocation location) | 
| void | RestParamsTableModel. setParams(RestParamsPropertyHolder params) | 
| void | RestParamsTable. setParams(RestParamsPropertyHolder params) | 
| Constructor and Description | 
|---|
| RestParamsTable(RestParamsPropertyHolder params,
               boolean showInspector,
               NewRestResourceActionBase.ParamLocation defaultParamLocation,
               boolean showEditableButtons,
               boolean showDefaultParamsButton) | 
| RestParamsTable(RestParamsPropertyHolder params,
               boolean showInspector,
               RestParamsTableModel model,
               NewRestResourceActionBase.ParamLocation defaultParamLocation,
               boolean showEditableButtons,
               boolean showDefaultParamsButton) | 
| RestParamsTableModel(RestParamsPropertyHolder params) | 
| RestParamsTableModel(RestParamsPropertyHolder params,
                    RestParamsTableModel.Mode mode) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OverlayRestParamsPropertyHolder | 
| class  | RestRequestParamsPropertyHolder | 
| class  | XmlBeansRestParamsTestPropertyHolder | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XmlBeansRestParamsTestPropertyHolder. addParameters(RestParamsPropertyHolder params) | 
| static String | RestUtils. expandPath(String path,
          RestParamsPropertyHolder params,
          RestRequestInterface request) | 
| static String | RestUtils. extractParams(String pathOrEndpoint,
             RestParamsPropertyHolder params,
             boolean keepHost) | 
| static String | RestUtils. extractParams(String pathOrEndpoint,
             RestParamsPropertyHolder params,
             boolean keepHost,
             RestUtils.TemplateExtractionOption templateExtractionOptions) | 
| static String | WadlImporter. extractParams(URL param,
             RestParamsPropertyHolder params) | 
| static void | RestUtils. extractParamsFromQueryString(RestParamsPropertyHolder params,
                            String queryString) | 
| static String | RestUtils. getExpandedPath(String path,
               RestParamsPropertyHolder params,
               ModelItem context) | 
| void | RestRequestParamsPropertyHolder. reset(RestParamsPropertyHolder methodParams,
     StringToStringMap values) | 
| Constructor and Description | 
|---|
| OverlayRestParamsPropertyHolder(RestParamsPropertyHolder parent,
                               RestParamsPropertyHolder overlay) | 
| RestRequestParamsPropertyHolder(RestParamsPropertyHolder methodParams,
                               RestRequest restRequest,
                               StringToStringMap values) | 
| Modifier and Type | Method and Description | 
|---|---|
| RestParamsPropertyHolder | HttpRequestInterface. getParams() | 
| RestParamsPropertyHolder | HttpRequest. getParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RestParamsPropertyHolder | SecurityScanUtil. getSoapRequestParams(AbstractHttpRequest<?> request) | 
Copyright © 2019. All Rights Reserved.