Uses of Class
org.xins.common.manageable.Manageable

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

Uses of Manageable in org.xins.server
 

Subclasses of Manageable in org.xins.server
 class API
          Base class for API implementation classes.
(package private)  class org.xins.server.CallingConvention
          Abstraction of a calling convention.
 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 JSONCallingConvention
          The JSON calling convention.
 class JSONRPCCallingConvention
          The JSON-RPC 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 XMLCallingConvention
          XML calling convention.
 class XMLRPCCallingConvention
          The XML-RPC calling convention.
 class XSLTCallingConvention
          XSLT calling convention.
 

Methods in org.xins.server with parameters of type Manageable
protected  void API.add(Manageable m)
          Adds the specified manageable object.
 

Uses of Manageable in org.xins.server.frontend
 

Subclasses of Manageable in org.xins.server.frontend
 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/.