| 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
|
| WSSimulator |
Base simulator for web services.
|
| 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.
|
| Exception | Description |
|---|---|
| SimulationNotValidException |
thrown when the simulation passed in cannot be parsed
|
| YamlNotValidException |
Thrown when the YAML is not well formed or missing.
|