public class WSSimulation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
consumes
Mediatype the service will consume.
|
java.lang.String |
forTest
Grouping by logical test suite
|
HttpMethod |
httpMethod
The paths corresponding httpmethod
|
java.lang.String |
latency
Added latency for this call in milliseconds; supports ranged latency; e.g.
|
java.lang.String |
name
An name to represent this call
|
java.lang.String |
namespace
The namespace of this simulation
|
java.lang.String |
onClassPath |
java.lang.String |
path
The path of this service
|
int |
priority
Priority giving to this simulation.
|
WSSimulatorRequest |
request
Holds request logic for validation/filtering
|
java.lang.String |
response
Default Response
|
int |
responseCode
sets the response code to send back to the caller
|
WSSimulationContext |
wsSimulationContext
Response object for this simulation
|
| Constructor and Description |
|---|
WSSimulation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public HttpMethod httpMethod
HttpMethodpublic java.lang.String path
public java.lang.String namespace
public java.lang.String consumes
public java.lang.String name
public java.lang.String latency
public int responseCode
public java.lang.String response
public int priority
public java.lang.String forTest
public WSSimulatorRequest request
public final WSSimulationContext wsSimulationContext
public java.lang.String onClassPath