Package | Description |
---|---|
com.eviware.soapui.impl.actions |
Workspace-related actions
|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.rest.actions.method | |
com.eviware.soapui.impl.rest.actions.resource | |
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 |
Modifier and Type | Method and Description |
---|---|
protected RestMethod |
RestServiceBuilder.addNewMethod(RestServiceBuilder.ModelCreationStrategy creationStrategy,
RestResource restResource,
RestRequestInterface.HttpMethod requestMethod) |
Modifier and Type | Method and Description |
---|---|
protected RestRequest |
RestServiceBuilder.addNewRequest(RestMethod restMethod) |
Modifier and Type | Method and Description |
---|---|
RestMethod |
RestResource.addNewMethod(String name) |
RestMethod |
RestResource.cloneMethod(RestMethod method,
String name) |
RestMethod |
RestRequestInterface.getRestMethod() |
RestMethod |
RestRequest.getRestMethod() |
RestMethod |
RestRepresentation.getRestMethod() |
RestMethod |
RestResource.getRestMethodAt(int c) |
RestMethod |
RestResource.getRestMethodByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<RestMethod> |
RestResource.getRestMethodList() |
Modifier and Type | Method and Description |
---|---|
RestMethod |
RestResource.cloneMethod(RestMethod method,
String name) |
void |
RestResource.deleteMethod(RestMethod method) |
protected void |
RestRequest.setRestMethod(RestMethod restMethod) |
Constructor and Description |
---|
RestRepresentation(RestMethod restMethod,
RestResourceRepresentationConfig config) |
RestRequest(RestMethod method,
RestRequestConfig requestConfig,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
void |
RenameRestMethodAction.perform(RestMethod method,
Object param) |
void |
NewRestRequestAction.perform(RestMethod method,
Object param) |
void |
DeleteRestMethodAction.perform(RestMethod method,
Object param) |
void |
CloneRestMethodAction.perform(RestMethod method,
Object param) |
Modifier and Type | Method and Description |
---|---|
protected void |
NewRestMethodAction.createRequest(RestMethod method,
RestParamsPropertyHolder params) |
Modifier and Type | Method and Description |
---|---|
RestMethodDesktopPanel |
RestMethodPanelBuilder.buildDesktopPanel(RestMethod method) |
Component |
RestMethodPanelBuilder.buildOverviewPanel(RestMethod method) |
Constructor and Description |
---|
RestMethodDesktopPanel(RestMethod modelItem) |
RestRepresentationsTable(RestMethod restMethod,
RestRepresentation.Type[] types,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
RestMethod |
AbstractRestRepresentationsInspector.getMethod() |
Constructor and Description |
---|
AbstractRestRepresentationsInspector(RestMethod restMethod,
String name,
String description,
RestRepresentation.Type[] types) |
Modifier and Type | Method and Description |
---|---|
static RestMethod |
RestRequestConverter.getMethod(RestResource resource,
String methodType,
String requestName) |
Modifier and Type | Method and Description |
---|---|
RestMethod |
RestTestRequestStepInterface.getRestMethod() |
RestMethod |
RestTestRequestStep.getRestMethod() |
Modifier and Type | Method and Description |
---|---|
void |
RestTestRequestStep.setRestMethod(RestMethod method) |
void |
RestTestRequestInterface.setRestMethod(RestMethod restMethod) |
void |
RestTestRequest.setRestMethod(RestMethod restMethod) |
Constructor and Description |
---|
RestTestRequest(RestMethod method,
RestRequestConfig callConfig,
RestTestRequestStep testStep,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
TestStepConfig |
RestRequestStepFactory.createNewTestStep(RestMethod restMethod,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
RestResourceTreeNode.methodAdded(RestMethod method) |
void |
RestResourceTreeNode.methodRemoved(RestMethod method) |
Constructor and Description |
---|
RestMethodTreeNode(RestMethod method,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
RestMethod |
ChangeRestMethodResolver.getSelectedRestMethod() |
Copyright © 2019. All Rights Reserved.