Uses of Class
jmri.server.json.JsonException
Packages that use JsonException
Package
Description
Server implementation for the JMRI interfaces.
The JMRI JSON Services provide access to JMRI via JSON data objects via a
RESTful interface over HTTP or via JSON messages via a socket interface over
TCP or WebSockets.
The JMRI JSON protocol message server.
JMRI JSON support for Operations.
The JMRI JSON protocol power server.
-
Uses of JsonException in jmri.jmris
Methods in jmri.jmris that throw JsonExceptionModifier and TypeMethodDescriptionabstract voidAbstractSignalHeadServer.parseStatus(String statusString) abstract voidAbstractSignalMastServer.parseStatus(String statusString) -
Uses of JsonException in jmri.server.json
Methods in jmri.server.json that throw JsonExceptionModifier and TypeMethodDescriptionprotected final voidJsonNamedBeanHttpService.deleteBean(T bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Delete the requested bean.voidJsonHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP DELETE request for the requested name.voidJsonNamedBeanHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP DELETE request for the requested name.protected voidJsonNamedBeanHttpService.doDelete(T bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Delete the requested bean.abstract com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP GET request for the requested name.final com.fasterxml.jackson.databind.JsonNodeJsonNamedBeanHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP GET request for the requested name.protected abstract com.fasterxml.jackson.databind.node.ObjectNodeJsonNamedBeanHttpService.doGet(T bean, String name, String type, JsonRequest request) Respond to an HTTP GET request for the requested name.protected abstract com.fasterxml.jackson.databind.node.ObjectNodeJsonNonProvidedNamedBeanHttpService.doGet(T bean, String name, String type, JsonRequest request) Respond to an HTTP GET request for the requested name.abstract com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP GET request for a list of items of type.final com.fasterxml.jackson.databind.JsonNodeJsonNamedBeanHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP GET request for a list of items of type.protected final com.fasterxml.jackson.databind.JsonNodeJsonNonProvidedNamedBeanHttpService.doGetList(Manager<T> manager, String type, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Respond to an HTTP GET request for a list of items of type.protected final com.fasterxml.jackson.databind.JsonNodeJsonNonProvidedNamedBeanHttpService.doGetList(Manager<T> manager, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP GET request for a list of items of type.abstract com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested name.final com.fasterxml.jackson.databind.JsonNodeJsonNamedBeanHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested name.protected abstract com.fasterxml.jackson.databind.node.ObjectNodeJsonNamedBeanHttpService.doPost(T bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested name.com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP PUT request for the requested name.com.fasterxml.jackson.databind.JsonNodeJsonNamedBeanHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP PUT request for the requested name.protected final com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doSchema(String type, boolean server, String serverSchema, String clientSchema, int id) Helper to make implementingJsonHttpService.doSchema(String, boolean, JsonRequest)easier.abstract com.fasterxml.jackson.databind.JsonNodeJsonHttpService.doSchema(String type, boolean server, JsonRequest request) Get the JSON Schema for thedataproperty of the requested type of JSON object.JsonNamedBeanHttpService.getNamedBean(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Get the NamedBean matching name and type.protected abstract TJsonNonProvidedNamedBeanHttpService.getNamedBean(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Get the NamedBean matching name and type.com.fasterxml.jackson.databind.node.ObjectNodeJsonNonProvidedNamedBeanHttpService.getNamedBean(T bean, String name, String type, JsonRequest request) Create the JsonNode for aNamedBeanobject.voidJsonNamedBeanSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) abstract voidJsonSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Handle a request for a list of objects.voidJsonNamedBeanSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) abstract voidJsonSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Handle an inbound message.protected TJsonNonProvidedNamedBeanHttpService.postNamedBean(T bean, com.fasterxml.jackson.databind.JsonNode data, String name, String type, JsonRequest request) Handle the common elements of a NamedBean that can be changed in an POST message.final voidJsonHttpService.throwDeleteConflictException(String type, String name, com.fasterxml.jackson.databind.node.ArrayNode conflicts, JsonRequest request) Throw an HTTP CONFLICT (409) exception when an object is requested to be deleted and it is in use. -
Uses of JsonException in jmri.server.json.audio
Methods in jmri.server.json.audio that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonAudioHttpService.doDelete(Audio bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonAudioHttpService.doGet(Audio audio, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonAudioHttpService.doPost(Audio audio, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.audioicon
Methods in jmri.server.json.audioicon that throw JsonExceptionModifier and TypeMethodDescriptionvoidJsonAudioIconHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioIconHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioIconHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioIconHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioIconHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonAudioIconHttpService.doSchema(String type, boolean server, JsonRequest request) voidJsonAudioIconSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonAudioIconSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.block
Methods in jmri.server.json.block that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonBlockHttpService.doDelete(Block bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonBlockHttpService.doGet(Block block, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonBlockHttpService.doPost(Block block, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonBlockHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.consist
Methods in jmri.server.json.consist that throw JsonExceptionModifier and TypeMethodDescriptionvoidJsonConsistHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Change the properties and locomotives of a consist.com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.doSchema(String type, boolean server, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonConsistHttpService.getConsist(LocoAddress address, JsonRequest request) Get the JSON representation of a consist.voidJsonConsistSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonConsistSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.idtag
Methods in jmri.server.json.idtag that throw JsonExceptionModifier and TypeMethodDescriptionvoidJsonIdTagHttpService.doDelete(IdTag bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonIdTagHttpService.doGet(IdTag idTag, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonIdTagHttpService.doPost(IdTag idTag, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonIdTagHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.layoutblock
Methods in jmri.server.json.layoutblock that throw JsonExceptionModifier and TypeMethodDescriptionvoidJsonLayoutBlockHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) protected com.fasterxml.jackson.databind.node.ObjectNodeJsonLayoutBlockHttpService.doGet(LayoutBlock layoutBlock, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doPost(LayoutBlock layoutBlock, com.fasterxml.jackson.databind.JsonNode data, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLayoutBlockHttpService.doSchema(String type, boolean server, JsonRequest request) JsonLayoutBlockHttpService.getNamedBean(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonLayoutBlockSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonLayoutBlockSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.light
Methods in jmri.server.json.light that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJsonLightHttpService.doGet(Light light, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonLightHttpService.doPost(Light light, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLightHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.logixngicon
Methods in jmri.server.json.logixngicon that throw JsonExceptionModifier and TypeMethodDescriptionvoidJsonLogixNGIconHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLogixNGIconHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLogixNGIconHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLogixNGIconHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested LogixNGIcon.com.fasterxml.jackson.databind.JsonNodeJsonLogixNGIconHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonLogixNGIconHttpService.doSchema(String type, boolean server, JsonRequest request) voidJsonLogixNGIconSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonLogixNGIconSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.memory
Methods in jmri.server.json.memory that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJsonMemoryHttpService.doGet(Memory memory, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonMemoryHttpService.doPost(Memory memory, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonMemoryHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.message
Methods in jmri.server.json.message that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonMessageHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ArrayNodeJsonMessageHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonMessageHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonMessageHttpService.doSchema(String type, boolean server, JsonRequest request) voidJsonMessageSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonMessageSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.oblock
Methods in jmri.server.json.oblock that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonOblockHttpService.doDelete(OBlock bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonOblockHttpService.doGet(OBlock oblock, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonOblockHttpService.doPost(OBlock oblock, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOblockHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.operations
Methods in jmri.server.json.operations that throw JsonExceptionModifier and TypeMethodDescriptionvoidvoidJsonOperationsHttpService.deleteEngine(String name, Locale locale, int id) voidJsonOperationsHttpService.deleteLocation(String name, Locale locale, int id) voidJsonOperationsHttpService.deleteTrack(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) voidJsonOperationsHttpService.doDelete(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOperationsHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOperationsHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOperationsHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOperationsHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonOperationsHttpService.doSchema(String type, boolean server, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeGet the JSON representation of a Car.protected CarJsonOperationsHttpService.getCarByName(String name, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeGet the JSON representation of an Engine.protected EngineJsonOperationsHttpService.getEngineByName(String name, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeJsonUtil.getLocation(String name, Locale locale, int id) Get the JSON representation of a Location.protected LocationJsonOperationsHttpService.getLocationByName(String name, Locale locale, int id) protected TrackJsonOperationsHttpService.getTrackByName(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeGet the JSON representation of a Train.voidJsonOperationsSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonOperationsSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postCar(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the given car.com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postCar(Car car, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the given car.com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postEngine(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the given engine.com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postEngine(Engine engine, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the given engine.com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postLocation(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postLocation(Location location, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postRollingStock(RollingStock rs, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the given rolling stock.com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postTrack(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) com.fasterxml.jackson.databind.node.ObjectNodeJsonOperationsHttpService.postTrack(Track track, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) voidJsonOperationsHttpService.setTrain(String name, com.fasterxml.jackson.databind.JsonNode data, Locale locale, int id) Set the properties in the data parameter for the train with the given id. -
Uses of JsonException in jmri.server.json.power
Methods in jmri.server.json.power that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonPowerHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode parameters, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonPowerHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonPowerHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonPowerHttpService.doSchema(String type, boolean server, JsonRequest request) voidJsonPowerSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonPowerSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.reporter
Methods in jmri.server.json.reporter that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonReporterHttpService.doDelete(Reporter reporter, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonReporterHttpService.doGet(Reporter reporter, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonReporterHttpService.doPost(Reporter reporter, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonReporterHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.roster
Methods in jmri.server.json.roster that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.doSchema(String type, boolean server, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.getRoster(Locale locale, com.fasterxml.jackson.databind.JsonNode data, int id) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.getRosterEntry(Locale locale, String name, int id) Returns the JSON representation of a roster entry.com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.getRosterEntry(Locale locale, RosterEntry entry, int id) Returns the JSON representation of a roster entry.com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.getRosterGroup(Locale locale, String name, int id) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.getRosterGroups(JsonRequest request) Get a list of roster groups.voidJsonRosterSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonRosterSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService.postRosterEntry(Locale locale, String name, com.fasterxml.jackson.databind.JsonNode data, int id) Edit an existing roster entry. -
Uses of JsonException in jmri.server.json.route
Methods in jmri.server.json.route that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJsonRouteHttpService.doGet(Route route, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonRouteHttpService.doPost(Route route, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested route.com.fasterxml.jackson.databind.JsonNodeJsonRouteHttpService.doPut(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonRouteHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.schema
Methods in jmri.server.json.schema that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonSchemaHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSchemaHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode parameters, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSchemaHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSchemaHttpService.doSchema(String type, boolean server, JsonRequest request) com.networknt.schema.JsonSchemaJsonSchemaServiceCache.getClientSchema(String type, JsonRequest request) Get the client schema for JSON messages or for specific JSON data schema.com.networknt.schema.JsonSchemaJsonSchemaServiceCache.getServerSchema(String type, JsonRequest request) Get the server schema for JSON messages or for specific JSON data schema.voidJsonSchemaSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonSchemaSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonSchemaServiceCache.validateData(String type, com.fasterxml.jackson.databind.JsonNode data, boolean server, JsonRequest request) Validate a JSON data object against the schema for JSON messages and data.voidJsonSchemaServiceCache.validateMessage(com.fasterxml.jackson.databind.JsonNode message, boolean server, JsonRequest request) Validate a JSON message against the schema for JSON messages and data. -
Uses of JsonException in jmri.server.json.sensor
Methods in jmri.server.json.sensor that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonSensorHttpService.doDelete(Sensor bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonSensorHttpService.doGet(Sensor sensor, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonSensorHttpService.doPost(Sensor sensor, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSensorHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.signalhead
Methods in jmri.server.json.signalhead that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonSignalHeadHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) protected com.fasterxml.jackson.databind.node.ObjectNodeJsonSignalHeadHttpService.doGet(SignalHead signalHead, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSignalHeadHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSignalHeadHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSignalHeadHttpService.doSchema(String type, boolean server, JsonRequest request) JsonSignalHeadHttpService.getNamedBean(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonSignalHeadSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonSignalHeadSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.signalmast
Methods in jmri.server.json.signalmast that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJsonSignalMastHttpService.doGet(SignalMast signalMast, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonSignalMastHttpService.doPost(SignalMast signalMast, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonSignalMastHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.throttle
Methods in jmri.server.json.throttle that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonThrottleHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ArrayNodeJsonThrottleHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonThrottleHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonThrottleHttpService.doSchema(String type, boolean server, JsonRequest request) static JsonThrottleJsonThrottle.getThrottle(String throttleId, com.fasterxml.jackson.databind.JsonNode data, JsonThrottleSocketService server, int id) Creates a new JsonThrottle or returns an existing one if the request is for an existing throttle.voidJsonThrottleSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonThrottleSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.time
Methods in jmri.server.json.time that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonTimeHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonTimeHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonTimeHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonTimeHttpService.doSchema(String type, boolean server, JsonRequest request) voidJsonTimeSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonTimeSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) -
Uses of JsonException in jmri.server.json.turnout
Methods in jmri.server.json.turnout that throw JsonExceptionModifier and TypeMethodDescriptionprotected voidJsonTurnoutHttpService.doDelete(Turnout bean, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonTurnoutHttpService.doGet(Turnout turnout, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonTurnoutHttpService.doPost(Turnout turnout, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonTurnoutHttpService.doSchema(String type, boolean server, JsonRequest request) -
Uses of JsonException in jmri.server.json.util
Methods in jmri.server.json.util that throw JsonExceptionModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.doGet(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.node.ArrayNodeJsonUtilHttpService.doGetList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.doPost(String type, String name, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.doSchema(String type, boolean server, JsonRequest request) com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getConfigProfile(String name, JsonRequest request) Get the named configuration profile.com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getMetadata(String name, JsonRequest request) Get a JSON message with a metadata element fromMetadata.com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getMetadata(Locale locale, String name, int id) Get a JSON message with a metadata element fromMetadata.com.fasterxml.jackson.databind.node.ArrayNodeJsonUtilHttpService.getMetadata(JsonRequest request) Get a JSON array of metadata elements as listed byMetadata.getSystemNameList().com.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getNetworkService(String name, JsonRequest request) Get a runningZeroConfServiceusing the protocol as the name of the service.com.fasterxml.jackson.databind.JsonNodereturn a JSONJSON.NODEmessage containing the requested panel detailscom.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getSystemConnection(String name, JsonRequest request) return a JSONJSON.NODEmessage containing the requested systemConnection detailscom.fasterxml.jackson.databind.JsonNodeJsonUtilHttpService.getVersion()voidJsonUtilSocketService.onList(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) voidJsonUtilSocketService.onMessage(String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request)