java.lang.Objectorg.objectweb.telosys.rpl.xml.output.ServiceXmlOutput
Output generator for a SERVICE response
Constructor Summary | |
ServiceXmlOutput()
|
Method Summary | |
static void |
generate(ServiceResponse response,
java.io.PrintWriter out,
java.lang.String encoding,
java.lang.String renderer)
Generates the XML response flow for the given service response |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceXmlOutput()
Method Detail |
public static final void generate(ServiceResponse response, java.io.PrintWriter out, java.lang.String encoding, java.lang.String renderer) throws TelosysException
response
- the service response objectout
- encoding
- the encoding to set in the XML prolog ( e.g. "UTF-8" ), if null the XML prolog is not generatedrenderer
- the renderer to use, or null if none
TelosysException