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.actions.service | |
com.eviware.soapui.impl.rest.actions.support | |
com.eviware.soapui.impl.rest.mock | |
com.eviware.soapui.impl.rest.panels.component | |
com.eviware.soapui.impl.rest.panels.resource | |
com.eviware.soapui.impl.rest.support | |
com.eviware.soapui.impl.wsdl.submit |
Submit-specific interfaces
|
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
com.eviware.soapui.model.tree.nodes |
Tree nodes for all SoapUI model items
|
Modifier and Type | Method and Description |
---|---|
protected RestResource |
RestServiceBuilder.createResource(RestServiceBuilder.ModelCreationStrategy creationStrategy,
WsdlProject project,
String URI) |
Modifier and Type | Method and Description |
---|---|
protected RestMethod |
RestServiceBuilder.addNewMethod(RestServiceBuilder.ModelCreationStrategy creationStrategy,
RestResource restResource,
RestRequestInterface.HttpMethod requestMethod) |
Modifier and Type | Method and Description |
---|---|
List<RestResource> |
RestService.getAllResources() |
List<RestResource> |
RestResource.getChildResourceList() |
List<RestResource> |
RestService.getResourceList() |
Map<String,RestResource> |
RestService.getResources() |
Modifier and Type | Method and Description |
---|---|
RestResource |
RestResource.cloneChildResource(RestResource resource,
String name) |
RestResource |
RestService.cloneResource(RestResource resource,
String name) |
RestResource |
RestResourceContainer.cloneResource(RestResource resource,
String name) |
RestResource |
RestResource.cloneResource(RestResource resource,
String name) |
protected void |
RestResource.deleteAllChildResources(RestResource resource) |
void |
RestService.deleteResource(RestResource resource) |
void |
RestResourceContainer.deleteResource(RestResource resource) |
void |
RestResource.deleteResource(RestResource resource) |
Constructor and Description |
---|
RestMethod(RestResource service,
RestMethodConfig methodConfig) |
RestResource(RestResource restResource,
RestResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
protected RestResource |
NewRestChildResourceAction.addResourceTo(RestResource parentResource,
String name,
String path) |
Modifier and Type | Method and Description |
---|---|
protected List<RestResource> |
NewRestChildResourceAction.getResourcesFor(RestResource item) |
Modifier and Type | Method and Description |
---|---|
protected RestResource |
NewRestChildResourceAction.addResourceTo(RestResource parentResource,
String name,
String path) |
protected List<RestResource> |
NewRestChildResourceAction.getResourcesFor(RestResource item) |
void |
RenameRestResourceAction.perform(RestResource request,
Object param) |
void |
NewRestMethodAction.perform(RestResource resource,
Object param) |
void |
DeleteRestResourceAction.perform(RestResource resource,
Object param) |
void |
CloneRestResourceAction.perform(RestResource resource,
Object param) |
Modifier and Type | Method and Description |
---|---|
protected RestResource |
NewRestResourceAction.addResourceTo(RestService service,
String name,
String path) |
Modifier and Type | Method and Description |
---|---|
protected List<RestResource> |
NewRestResourceAction.getResourcesFor(RestService item) |
Modifier and Type | Method and Description |
---|---|
protected abstract RestResource |
NewRestResourceActionBase.addResourceTo(T item,
String name,
String path) |
protected RestResource |
NewRestResourceActionBase.createRestResource(T item,
String path) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<RestResource> |
NewRestResourceActionBase.getResourcesFor(T item) |
Modifier and Type | Method and Description |
---|---|
List<MockOperation> |
RestMockService.addNewMockOperationsFromResource(RestResource restResource) |
void |
RestMockAction.setResource(RestResource resource) |
Modifier and Type | Method and Description |
---|---|
void |
RestResourceEditor.openPopup(RestResource focusedResource) |
Constructor and Description |
---|
RestResourceEditor(RestResource editingRestResource,
org.apache.commons.lang.mutable.MutableBoolean updating) |
Modifier and Type | Method and Description |
---|---|
RestResourceDesktopPanel |
RestResourcePanelBuilder.buildDesktopPanel(RestResource resource) |
Component |
RestResourcePanelBuilder.buildOverviewPanel(RestResource service) |
Constructor and Description |
---|
RestResourceDesktopPanel(RestResource modelItem) |
Modifier and Type | Method and Description |
---|---|
static RestResource |
RestRequestConverter.resolveResource(RestTestRequestStep requestStep) |
Modifier and Type | Method and Description |
---|---|
static List<RestResource> |
RestUtils.extractAncestorsParentFirst(RestResource childResource) |
Modifier and Type | Method and Description |
---|---|
static void |
RestRequestConverter.convert(RestResource resource,
OldRestRequestConfig oldConfig) |
static List<RestResource> |
RestUtils.extractAncestorsParentFirst(RestResource childResource) |
static RestMethod |
RestRequestConverter.getMethod(RestResource resource,
String methodType,
String requestName) |
Modifier and Type | Method and Description |
---|---|
RestResource |
RestMessageExchange.getResource() |
Modifier and Type | Method and Description |
---|---|
RestResource |
RestTestRequest.getOperation() |
RestResource |
RestTestRequestStepInterface.getResource() |
RestResource |
RestTestRequestStep.getResource() |
RestResource |
RestTestRequest.getResource() |
RestResource |
RestResponseMessageExchange.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
RestResourceTreeNode.addChildResource(RestResource restResource) |
Constructor and Description |
---|
RestResourceTreeNode(RestResource restResource,
SoapUITreeModel treeModel) |
Copyright © 2019. All Rights Reserved.