org.objectweb.telosys.rpl.xml
Class XmlOutput

java.lang.Object
  extended byorg.objectweb.telosys.rpl.xml.XmlOutput

public class XmlOutput
extends java.lang.Object


Constructor Summary
XmlOutput()
           
 
Method Summary
static void generate(ScreenRequest screenRequest, ScreenResponse screenResponse, java.io.PrintWriter out, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Generates the XML response flow for the current ACTION REQUEST
static void generateError(ScreenResponse response, java.io.PrintWriter out)
          Generates the XML response flow for an ACTION ERROR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlOutput

public XmlOutput()
Method Detail

generate

public static final void generate(ScreenRequest screenRequest,
                                  ScreenResponse screenResponse,
                                  java.io.PrintWriter out,
                                  javax.servlet.http.HttpServletRequest httpRequest,
                                  javax.servlet.http.HttpServletResponse httpResponse)
                           throws TelosysException
Generates the XML response flow for the current ACTION REQUEST

Parameters:
screenRequest -
screenResponse -
out -
httpRequest -
httpResponse -
Throws:
TelosysException

generateError

public static final void generateError(ScreenResponse response,
                                       java.io.PrintWriter out)
Generates the XML response flow for an ACTION ERROR

Parameters:
response -
out -