| Class | Description |
|---|---|
| Bootstrap |
Main class for launching wssimulator in standalone mode.
|
| WebAppController |
Controls the web application.
|
| WSSimulation |
Represents a full simulation for the wssimulator service
|
| WSSimulationContext | |
| WSSimulator |
Base simulator for web services.
|
| WSSimulatorRequest |
Holds the request validation and routing logic.
|
| WSSimulatorServiceManager |
Manages the service raise
|
| WSSimulatorValidation |
Utility class to validate datasets within WSSimulator
|
| YamlToSimulation |
Converts valid YAML to a simulation.
|
| Enum | Description |
|---|---|
| HttpMethod |
The supported HTTPMethods.
|
| RouteRequestFilterType |
The Route Filter options
|
| Exception | Description |
|---|---|
| SimulationNotFoundException |
thrown when the simulation passed in is not found
|
| SimulationNotValidException |
thrown when the simulation passed in cannot be parsed
|
| YamlNotValidException |
Thrown when the YAML is not well formed or missing.
|