Package | Description |
---|---|
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.impl.wsdl.loadtest |
LoadTest-related classes
|
com.eviware.soapui.impl.wsdl.mock |
WsdlMockService-related classes
|
com.eviware.soapui.impl.wsdl.mock.dispatch | |
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
com.eviware.soapui.impl.wsdl.teststeps.registry |
TestStep registry and factories
|
com.eviware.soapui.model.mock |
ModelItems for Mocking Web Services
|
com.eviware.soapui.security | |
com.eviware.soapui.security.scan |
Modifier and Type | Class and Description |
---|---|
class |
RestMethod |
class |
RestRequest
Request implementation holding a SOAP request
|
class |
RestResource
WSDL implementation of Operation, maps to a WSDL BindingOperation
|
class |
RestService
WSDL implementation of Interface, maps to a WSDL Binding
|
Modifier and Type | Class and Description |
---|---|
class |
RestMockAction |
class |
RestMockResponse |
class |
RestMockService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpRequest<T extends AbstractRequestConfig> |
class |
AbstractInterface<T extends InterfaceConfig> |
class |
AbstractMockOperation<BaseMockOperationConfigType extends BaseMockOperationConfig,MockResponseType extends MockResponse> |
class |
AbstractMockResponse<MockResponseConfigType extends BaseMockResponseConfig> |
class |
AbstractMockService<MockOperationType extends MockOperation,MockServiceConfigType extends BaseMockServiceConfig> |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequest |
Modifier and Type | Class and Description |
---|---|
class |
WsaRequest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestPropertyHolderWsdlModelItem<T extends ModelItemConfig> |
class |
AbstractWsdlModelItem<T extends ModelItemConfig>
Abstract base class for WSDL-implementation classes
|
class |
WsdlInterface
WSDL implementation of Interface, maps to a WSDL Binding
|
class |
WsdlOperation
WSDL implementation of Operation, maps to a WSDL BindingOperation
|
class |
WsdlProject
WSDL project implementation
|
class |
WsdlRequest
Request implementation holding a SOAP request
|
class |
WsdlTestSuite
TestSuite implementation for WSDL projects.
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlLoadTest
TestCase implementation for LoadTests
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlMockOperation
A WsdlMockOperation in a WsdlMockService
|
class |
WsdlMockResponse
A WsdlMockResponse contained by a WsdlMockOperation
|
class |
WsdlMockRunner
MockRunner that dispatches Http Requests to their designated
WsdlMockOperation if possible
|
class |
WsdlMockService
A MockService for simulation WsdlInterfaces and their operations
|
Modifier and Type | Interface and Description |
---|---|
interface |
MockOperationDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockOperationDispatcher |
class |
QueryMatchMockOperationDispatcher |
class |
RandomMockOperationDispatcher |
class |
ScriptMockOperationDispatcher |
class |
SequenceMockOperationDispatcher |
class |
XPathMockOperationDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
WsdlTestCase
TestCase implementation for WSDL projects
|
Modifier and Type | Class and Description |
---|---|
class |
AMFRequestTestStep |
class |
HttpTestRequest |
class |
HttpTestRequestStep |
class |
JdbcRequestTestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
ManualTestStep |
class |
PropertyTransfersTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a
WsdlTestRequest request using XPath expressions
|
class |
RestTestRequest |
class |
RestTestRequestStep |
class |
WsdlDelayTestStep
TestStep that delays execution for a number of milliseconds
|
class |
WsdlGotoTestStep
TestStep that moves execution to another step based on the contents of a XML
Property
|
class |
WsdlGroovyScriptTestStep
TestStep that executes an arbitrary Groovy script
|
class |
WsdlMockResponseTestStep |
class |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties
|
class |
WsdlRunTestCaseTestStep |
class |
WsdlTestMockService |
class |
WsdlTestRequest
WsdlRequest extension that adds WsdlAssertions
|
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
WsdlTestStep
Base class for WSDL TestCase test steps.
|
class |
WsdlTestStepWithProperties
Base class for WSDL TestCase test steps.
|
Modifier and Type | Class and Description |
---|---|
static class |
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep |
Modifier and Type | Interface and Description |
---|---|
interface |
MockOperation
A MockOperation for mocking an Interfaces Operation and returning a
MockResponse
|
interface |
MockResponse
A MockResponse returned by a MockOperation.
|
interface |
MockRunner
The mock runner is responsible for setting up a server on a port.
|
interface |
MockService
ModelItem for mocking a number of Interfaces and their Operations
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityTest
This class is used to connect a TestCase with a set of security scans
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSecurityScan
Implementation that is common for all security scans.
|
class |
AbstractSecurityScanWithProperties
These are for Security Scans that mutate parameters.
|
class |
BoundarySecurityScan |
class |
CrossSiteScriptingScan
This checks whether any parameters sent in the request are included in the
response, If they do appear, this is a good parameter to look at as a
possible attack vector for XSS
|
class |
FuzzerSecurityScan |
class |
GroovySecurityScan |
class |
InvalidTypesSecurityScan |
class |
MalformedXmlSecurityScan |
class |
MaliciousAttachmentSecurityScan |
class |
SQLInjectionScan
This will test whether a targeted web page is vulnerable to reflected XSS
attacks
|
class |
XmlBombSecurityScan |
class |
XPathInjectionSecurityScan |
Copyright © 2019. All Rights Reserved.