public class XSLTStreamingOutput extends Object implements javax.ws.rs.core.StreamingOutput
Source.StreamingOutput| Constructor and Description |
|---|
XSLTStreamingOutput(String schemeName,
Source source)
XSLTStreamingOutput constructor.
|
XSLTStreamingOutput(String schemeName,
Source source,
Map<String,String> xsltParams)
XSLTStreamingOutput constructor.
|
public XSLTStreamingOutput(String schemeName, Source source)
schemeName - XLST scheme name. Must be registered in
TRAXTemplatesLoaderPlugin source - entity to write into output stream.public XSLTStreamingOutput(String schemeName, Source source, Map<String,String> xsltParams)
schemeName - XLST scheme name. Must be registered in
TRAXTemplatesLoaderPlugin source - entity to write into output stream.xsltParams - XSLT parameterspublic void write(OutputStream outStream) throws IOException, javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2017 eXo Platform SAS. All Rights Reserved.