Uses of Class
org.xins.server.FunctionNotSpecifiedException

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

Uses of FunctionNotSpecifiedException in org.xins.server
 

Methods in org.xins.server that throw FunctionNotSpecifiedException
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 JSONCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
 

Uses of FunctionNotSpecifiedException in org.xins.server.frontend
 

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



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