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
(package private)  class org.xins.server.InvalidMessageResult
          Result code that indicates that a request or a response parameter is either missing or invalid.
 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.
protected  void XMLCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
          Converts a XINS result to an HTTP response (implementation method).
protected  void SOAPCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
protected  void SOAPCallingConvention.writeFaultSection(String functionName, String namespaceURI, FunctionResult xinsResult, XMLOutputter xmlout)
          Writes the fault section to the SOAP XML when an error code is returned from the function call.
protected  void SOAPCallingConvention.writeOutputParameters(String functionName, FunctionResult xinsResult, XMLOutputter xmlout)
          Writes the output parameters to the SOAP XML.
protected  void SOAPCallingConvention.writeOutputDataSection(String functionName, FunctionResult xinsResult, XMLOutputter xmlout)
          Writes the output data section to the SOAP XML.
protected  void StandardCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
          Converts a XINS result to an HTTP response (implementation method).
protected  void JSONRPCCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
protected  void XSLTCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
protected  void XMLRPCCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
protected  void SOAPMapCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
protected  Element SOAPMapCallingConvention.writeResponse(HttpServletRequest httpRequest, FunctionResult xinsResult)
           
protected  void SOAPMapCallingConvention.writeOutputParameters(String functionName, FunctionResult xinsResult, Element response)
          Writes the output parameters to the SOAP XML.
protected  void SOAPMapCallingConvention.writeOutputDataSection(String functionName, FunctionResult xinsResult, Element response)
          Writes the output data section to the SOAP XML.
protected  void JSONCallingConvention.convertResultImpl(FunctionResult xinsResult, HttpServletResponse httpResponse, HttpServletRequest httpRequest)
           
 

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/.