com.jclark.xsl.sax

Class ServletDestination

Implemented Interfaces:
Destination

public class ServletDestination
extends GenericDestination

Constructor Summary

ServletDestination(ServletResponse response)

Method Summary

OutputStream
getOutputStream(String contentType, String encoding)

Methods inherited from class com.jclark.xsl.sax.GenericDestination

getEncoding, getWriter, keepOpen, resolve, setEncoding

Constructor Details

ServletDestination

public ServletDestination(ServletResponse response)

Method Details

getOutputStream

public OutputStream getOutputStream(String contentType,
                                    String encoding)
            throws IOException
Specified by:
getOutputStream in interface Destination