public class GenericHandler extends BaseHandler
| Constructor and Description |
|---|
GenericHandler(WSSimulation wsSimulations) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
validate(WSSimulation wsSimulation,
java.lang.String body) |
addRoute, processRequest, routeCountpublic GenericHandler(@NotNull
WSSimulation wsSimulations)
protected boolean validate(@NotNull
WSSimulation wsSimulation,
@Nullable
java.lang.String body)
validate in class BaseHandler