Package | Description |
---|---|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionNotSpecifiedException
Exception that indicates that an incoming request does not specify the
function to execute.
|
class |
InvalidRequestFormatException
Exception that indicates that an incoming request is considered invalid
due to the invalid input format.
|
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) |
protected Element |
SOAPCallingConvention.readDataSection(Element parametersElem,
String functionName)
Reads the input parameters.
|
Modifier and Type | Method and Description |
---|---|
protected FunctionRequest |
FrontendCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
See http://www.xins.org/.