Package | Description |
---|---|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Method and Description |
---|---|
protected API |
Interceptor.getApi() |
API |
Function.getAPI()
Returns the API that contains this function.
|
Constructor and Description |
---|
Function(API api,
String name,
String version)
Constructs a new
Function . |
JSONRPC2CallingConvention(API api)
Creates a new
JSONRPCCallingConvention instance. |
JSONRPCCallingConvention(API api)
Creates a new
JSONRPCCallingConvention instance. |
ProtobufCallingConvention(API api)
Creates a new
ProtobufCallingConvention instance. |
SOAPCallingConvention(API api)
Creates a new
SOAPCallingConvention instance. |
SOAPMapCallingConvention(API api)
Creates a new
SOAPCallingConvention instance. |
XMLRPCCallingConvention(API api)
Creates a new
XMLRPCCallingConvention instance. |
Constructor and Description |
---|
FrontendCallingConvention(API api)
Creates a new
FrontendCallingConvention instance. |
SessionManager(API api)
Creates the session manager.
|
See http://www.xins.org/.