Package | Description |
---|---|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Method and Description |
---|---|
protected FunctionRequest |
XSLTCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
XMLRPCCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
XMLCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
Converts an HTTP request to a XINS request (implementation method).
|
protected FunctionRequest |
StandardCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
Converts an HTTP request to a XINS request (implementation method).
|
protected FunctionRequest |
SOAPMapCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
SOAPCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
ProtobufCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
JSONRPCCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
JSONCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
protected FunctionRequest |
JSONRPCCallingConvention.parseGetRequest(HttpServletRequest httpRequest)
Parses the JSON-RPC HTTP GET request according to the specs.
|
protected FunctionRequest |
JSONRPC2CallingConvention.parseGetRequest(HttpServletRequest httpRequest) |
protected FunctionRequest |
JSONRPCCallingConvention.parsePostRequest(HttpServletRequest httpRequest)
Parses the JSON-RPC HTTP POST request according to the specs.
|
protected FunctionRequest |
JSONRPC2CallingConvention.parsePostRequest(HttpServletRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
protected FunctionRequest |
FrontendCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
See http://www.xins.org/.