Uses of Class
org.xins.server.FunctionRequest

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

Uses of FunctionRequest in org.xins.server
 

Methods in org.xins.server that return FunctionRequest
protected  FunctionRequest XMLCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
          Converts an HTTP request to a XINS request (implementation method).
protected  FunctionRequest SOAPCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
protected  FunctionRequest StandardCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
          Converts an HTTP request to a XINS request (implementation method).
protected  FunctionRequest JSONRPCCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
protected  FunctionRequest XMLRPCCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
protected  FunctionRequest SOAPMapCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
protected  FunctionRequest SOAPMapCallingConvention.readInput(Element functionElem, String functionName)
          Generates the function request based the the SOAP request.
protected  FunctionRequest JSONCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
 

Uses of FunctionRequest in org.xins.server.frontend
 

Methods in org.xins.server.frontend that return FunctionRequest
protected  FunctionRequest FrontendCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
          Converts an HTTP request to a XINS request (implementation method).
 



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