Uses of Class
org.xins.server.InvalidRequestException

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

Uses of InvalidRequestException in org.xins.server
 

Methods in org.xins.server that throw InvalidRequestException
protected  FunctionRequest XMLCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
          Converts an HTTP request to a XINS request (implementation method).
protected  FunctionRequest SOAPCallingConvention.convertRequestImpl(HttpServletRequest httpRequest)
           
protected  Element SOAPCallingConvention.readDataSection(Element parametersElem, String functionName)
          Reads the input parameters.
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 InvalidRequestException in org.xins.server.frontend
 

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



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