Package | Description |
---|---|
com.eviware.soapui.impl.actions |
Workspace-related actions
|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.rest.mock | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.support.http | |
com.eviware.soapui.impl.support.wsa | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.model.mock |
ModelItems for Mocking Web Services
|
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
RestServiceBuilder.RequestInfo.getRequestMethod() |
Modifier and Type | Method and Description |
---|---|
protected RestMethod |
RestServiceBuilder.addNewMethod(RestServiceBuilder.ModelCreationStrategy creationStrategy,
RestResource restResource,
RestRequestInterface.HttpMethod requestMethod) |
RestRequest |
RestServiceBuilder.createRestServiceFromInspectionData(WsdlProject project,
String URI,
RestRequestInterface.HttpMethod method,
RequestInspectionData inspectionData,
boolean showDesktopPanel,
String requestName) |
RestRequest |
RestServiceBuilder.createRestServiceWithMethod(WsdlProject project,
String URI,
RestRequestInterface.HttpMethod method,
boolean showDesktopPanel,
String requestName) |
Constructor and Description |
---|
RequestInfo(String uri,
RestRequestInterface.HttpMethod requestMethod) |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
RestRequest.getMethod() |
RestRequestInterface.HttpMethod |
RestMethod.getMethod() |
static RestRequestInterface.HttpMethod[] |
RestRequestInterface.HttpMethod.getMethods() |
static RestRequestInterface.HttpMethod |
RestRequestInterface.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestRequestInterface.HttpMethod[] |
RestRequestInterface.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestRequest.setMethod(RestRequestInterface.HttpMethod method) |
void |
RestMethod.setMethod(RestRequestInterface.HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
RestMockAction.getMethod() |
Modifier and Type | Method and Description |
---|---|
RestMockAction |
RestMockService.addEmptyMockAction(RestRequestInterface.HttpMethod method,
String path) |
protected MockOperation |
RestMockService.findBestMatchedOperation(String pathToFind,
RestRequestInterface.HttpMethod verbToFind) |
protected MockOperation |
RestMockService.findMatchingOperationWithExactPath(String pathToFind,
RestRequestInterface.HttpMethod verbToFind) |
void |
RestMockAction.setMethod(RestRequestInterface.HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
AbstractMockRequest.getMethod() |
RestRequestInterface.HttpMethod |
AbstractHttpRequestInterface.getMethod() |
abstract RestRequestInterface.HttpMethod |
AbstractHttpRequest.getMethod() |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
HttpRequest.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestInterface.setMethod(RestRequestInterface.HttpMethod method) |
void |
HttpRequest.setMethod(RestRequestInterface.HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
WsaRequest.getMethod() |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
WsdlRequest.getMethod() |
Modifier and Type | Method and Description |
---|---|
RestRequestInterface.HttpMethod |
MockRequest.getMethod() |
Copyright © 2019. All Rights Reserved.