Package | Description |
---|---|
org.restsql.core |
Contains core framework interfaces, an API for deployments that use
restSQL as a library, rather than an HTTP service.
|
org.restsql.core.impl.serial |
Modifier and Type | Method and Description |
---|---|
static RequestDeserializer |
Factory.getRequestDeserializer(String mediaType)
Returns request deserializer.
|
RequestDeserializer |
Factory.RequestDeserializerFactory.getRequestDeserializer(String mediaType) |
Modifier and Type | Class and Description |
---|---|
class |
JsonRequestDeserializer
Processes requests represented in a JSON string.
|
class |
XmlRequestDeserializer
Processes requests represented in an XML document using a SAX parser.
|
Modifier and Type | Method and Description |
---|---|
RequestDeserializer |
RequestDeserializerFactoryImpl.getRequestDeserializer(String mediaType)
Returns request deserializer for media type.
|
Copyright © 2011-2018 restSQL Project Contributors