See: Description
Interface | Description |
---|---|
StructuredService |
Provides a service which can be called via the HTTP interface and generate a structured output encoded as JSON or
XML
A StructuredService must be registered using the
Register annotation
provided with a name, which also defines the URL of the service. |
Class | Description |
---|---|
JSONCall |
Simple call to send JSON to a server (URL) and receive JSON back.
|
JSONStructuredOutput |
Encoder to generate JSON via the
StructuredOutput interface. |
ServiceCall |
Provides access to the underlying request of a call to a
StructuredService |
ServiceDispatcher |
Dispatches calls to the JSON / XML Service-Framework (/service).
|
These services can encode structured results in either XML or JSON, based on the call URL.
Copyright © 2018. All rights reserved.