Package | Description |
---|---|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
API
Base class for API implementation classes.
|
class |
ContextIDInterceptor
Interceptor for diagnostic context identifiers.
|
class |
CustomCallingConvention
Base class for calling convention implementations that are not part of the
core XINS framework.
|
class |
Function
Base class for function implementation classes.
|
class |
Interceptor
Intercepter are similar in concept to Servlet filters except for the following points:
More anchor points: before the calling convention, before the function request,
after the function request and after the calling convention.
|
class |
JSONCallingConvention
The JSON calling convention.
|
class |
JSONRPC2CallingConvention
The JSON-RPC calling convention.
|
class |
JSONRPCCallingConvention
The JSON-RPC calling convention.
|
class |
LoadBalancerInterceptor
Interceptor that redirect requests to other servers.
|
class |
ProtobufCallingConvention
The Protobuffer calling convention.
|
class |
SOAPCallingConvention
The SOAP calling convention.
|
class |
SOAPMapCallingConvention
The SOAP calling convention that tries to map the SOAP request to the
parameters of the function.
|
class |
StandardCallingConvention
Standard calling convention.
|
class |
StatisticsInterceptor
Maintain the call statistics.
|
class |
TransactionLoggingInterceptor
Logs the transaction.
|
class |
XMLCallingConvention
XML calling convention.
|
class |
XMLRPCCallingConvention
The XML-RPC calling convention.
|
class |
XSLTCallingConvention
XSLT calling convention.
|
Modifier and Type | Method and Description |
---|---|
protected void |
API.add(Manageable m)
Adds the specified manageable object.
|
Modifier and Type | Class and Description |
---|---|
class |
FrontendCallingConvention
XINS Front-end Framework calling convention.
|
class |
SessionManager
Manager for the sessions and session properties for the XINS front-end framework.
|
See http://www.xins.org/.