Interface | Description |
---|---|
IRestMethodGenerator |
Rest method generator interface.
|
Class | Description |
---|---|
AbstractRestServicePublishService |
The default web service publish service.
|
DefaultRestMethodGenerator |
The default rest method generator.
|
DummyResource |
Dummy resource needed because jersey complains when a http server
is started without any root resource :-(
|
GrizzlyRestPublishService |
Publish service without Jersey directly using Grizly container.
|
GrizzlyRestServicePublishService |
The default web service publish service.
|
GrizzlyRestServicePublishService.HtmlHandler |
Allow responding with different htmls based on virtual host name.
|
GrizzlyRestServicePublishService.MainHttpHandler |
Main handler dealing with incoming request more intelligently than Grizzly does.
|
GrizzlyRestServicePublishService.RedirectErrorPageGenerator | |
GrizzlyRSPublishAgent |
Agent that publishes the rs publication service.
|
JadexXMLBodyReader |
Body reader for Jersey.
|
JadexXMLBodyWriter |
Body writer for Jersey.
|
LegacyGrizzlyRSPublishAgent |
Agent that publishes the rs publication service.
|
MethodComparator |
Simple method comparator that can be used to
order methods alphabetically.
|
MethodWrapper |
Helper struct that saves a method and a method name.
|
RestMethodInfo |
Info struct for building a rest method.
|
SInvokeHelper |