Uses of Class
org.xins.server.FunctionResult

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

Uses of FunctionResult in org.xins.server
 

Subclasses of FunctionResult in org.xins.server
 class InvalidRequestResult
          Result code that indicates that an input parameter is either missing or invalid.
 class InvalidResponseResult
          Result code that indicates that an output parameter is either missing or invalid.
 

Methods in org.xins.server that return FunctionResult
protected abstract  FunctionResult Function.handleCall(CallContext context)
          Handles a call to this function.
 

Methods in org.xins.server with parameters of type FunctionResult
static void CallResultOutputter.output(Writer out, FunctionResult result)
          Generates XML for the specified call result.
 

Uses of FunctionResult in org.xins.server.frontend
 

Methods in org.xins.server.frontend with parameters of type FunctionResult
protected  void FrontendCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
          Converts a XINS result to an HTTP response (implementation method).
 



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