| Package | Description |
|---|---|
| net.arnx.jsonic.web |
Provides classes for JSON-RPC or Restful Web Service.
|
| net.arnx.jsonic.web.extension |
Extension classes for Web Service.
|
| Modifier and Type | Field and Description |
|---|---|
protected Container |
RPCServlet.container |
protected Container |
RESTServlet.container |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<? extends Container> |
RPCServlet.Config.container |
java.lang.Class<? extends Container> |
RESTServlet.Config.container |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RESTServlet.Route.getComponentClass(Container container) |
java.lang.String |
RPCServlet.Route.getComponentClass(Container container,
java.lang.String sub) |
| Modifier and Type | Class and Description |
|---|---|
class |
GuiceContainer |
class |
S2Container |
class |
SpringContainer |