Uses of Class
org.xins.server.API

Packages that use API
org.xins.server XINS server framework. 
org.xins.server.frontend XINS Frontend Framework. 
 

Uses of API in org.xins.server
 

Methods in org.xins.server that return API
 API Function.getAPI()
          Returns the API that contains this function.
 

Constructors in org.xins.server with parameters of type API
SOAPCallingConvention(API api)
          Creates a new SOAPCallingConvention instance.
JSONRPCCallingConvention(API api)
          Creates a new JSONRPCCallingConvention instance.
Function(API api, String name, String version)
          Constructs a new Function.
XMLRPCCallingConvention(API api)
          Creates a new XMLRPCCallingConvention instance.
SOAPMapCallingConvention(API api)
          Creates a new SOAPCallingConvention instance.
 

Uses of API in org.xins.server.frontend
 

Constructors in org.xins.server.frontend with parameters of type API
FrontendCallingConvention(API api)
          Creates a new FrontendCallingConvention instance.
SessionManager(API api)
          Creates the session manager.
 



See http://www.xins.org/.