Package | Description |
---|---|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Method and Description |
---|---|
FunctionRequest |
LoadBalancerInterceptor.beforeFunctionCall(HttpServletRequest httpRequest,
FunctionRequest functionRequest) |
FunctionRequest |
Interceptor.beforeFunctionCall(HttpServletRequest httpRequest,
FunctionRequest functionRequest) |
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 FunctionRequest |
SOAPMapCallingConvention.readInput(Element functionElem,
String functionName,
Map<String,Object> backpack)
Generates the function request based the the SOAP request.
|
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.afterCallingConvention(FunctionRequest functionRequest,
FunctionResult xinsResult,
HttpServletResponse httpResponse) |
FunctionResult |
TransactionLoggingInterceptor.afterFunctionCall(FunctionRequest functionRequest,
FunctionResult xinsResult,
HttpServletResponse httpResponse) |
FunctionResult |
StatisticsInterceptor.afterFunctionCall(FunctionRequest functionRequest,
FunctionResult xinsResult,
HttpServletResponse httpResponse) |
FunctionResult |
LoadBalancerInterceptor.afterFunctionCall(FunctionRequest functionRequest,
FunctionResult xinsResult,
HttpServletResponse httpResponse) |
FunctionResult |
Interceptor.afterFunctionCall(FunctionRequest functionRequest,
FunctionResult xinsResult,
HttpServletResponse httpResponse) |
FunctionRequest |
LoadBalancerInterceptor.beforeFunctionCall(HttpServletRequest httpRequest,
FunctionRequest functionRequest) |
FunctionRequest |
Interceptor.beforeFunctionCall(HttpServletRequest httpRequest,
FunctionRequest functionRequest) |
protected void |
TransactionLoggingInterceptor.logTransaction(FunctionRequest request,
FunctionResult result)
Logs the specified transaction.
|
Modifier and Type | Method and Description |
---|---|
protected FunctionRequest |
FrontendCallingConvention.convertRequestImpl(HttpServletRequest httpRequest) |
See http://www.xins.org/.