| Package | Description |
|---|---|
| org.xins.server |
XINS server framework.
|
| org.xins.server.frontend |
XINS Frontend Framework.
|
| Class and Description |
|---|
| AccessDeniedException
Exception that indicates that there is no function matching the request.
|
| AccessRule
Access rule.
|
| AccessRuleContainer
Collection of one or more access rules.
|
| AccessRuleList
Access rule list.
|
| API
Base class for API implementation classes.
|
| APIManagerMBean
Management bean for the API.
|
| APIServlet
HTTP servlet that forwards requests to an
API. |
| CallContext
Context for a function call.
|
| Function
Base class for function implementation classes.
|
| FunctionNotSpecifiedException
Exception that indicates that an incoming request does not specify the
function to execute.
|
| FunctionRequest
Function request.
|
| FunctionResult
Result from a function call.
|
| 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.
|
| InvalidRequestException
Exception that indicates that an incoming request is considered invalid.
|
| InvalidResponseResult
Result code that indicates that an output parameter is either missing or
invalid.
|
| IPFilter
Filter for IP addresses.
|
| JSONRPCCallingConvention
The JSON-RPC calling convention.
|
| NoSuchFunctionException
Exception that indicates that there is no function matching the request.
|
| ResultCode
Abstraction of an error code returned by a function.
|
| RuntimeProperties
Base class to get the runtime properties.
|
| SOAPCallingConvention
The SOAP calling convention.
|
| StandardCallingConvention
Standard calling convention.
|
| TranslationBundle
Translation bundle for log messages.
|
| TranslationBundle_en_US
Translation bundle for the en_US locale.
|
| TranslationBundle_fr_FR
Translation bundle for the fr_FR locale.
|
| Class and Description |
|---|
| API
Base class for API implementation classes.
|
| CustomCallingConvention
Base class for calling convention implementations that are not part of the
core XINS framework.
|
| FunctionNotSpecifiedException
Exception that indicates that an incoming request does not specify the
function to execute.
|
| FunctionRequest
Function request.
|
| FunctionResult
Result from a function call.
|
| InvalidRequestException
Exception that indicates that an incoming request is considered invalid.
|
See http://www.xins.org/.