com.servingxml.io.streamsink
Class AbstractStreamSink

java.lang.Object
  extended by com.servingxml.io.streamsink.AbstractStreamSink
All Implemented Interfaces:
StreamSink
Direct Known Subclasses:
CommandSink, FileSink, OutputStreamSinkAdaptor, StringStreamSink, UrlSink

public abstract class AbstractStreamSink
extends java.lang.Object
implements StreamSink


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.io.streamsink.StreamSink
StreamSink.NullOutputStream
 
Field Summary
 
Fields inherited from interface com.servingxml.io.streamsink.StreamSink
NULL, NULL_OUTPUT_STREAM
 
Constructor Summary
AbstractStreamSink()
           
 
Method Summary
 javax.xml.transform.Result getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.io.streamsink.StreamSink
close, getCharset, getCharset, getOutputProperties, getOutputStream, setOutputProperties, setOutputProperty
 

Constructor Detail

AbstractStreamSink

public AbstractStreamSink()
Method Detail

getResult

public javax.xml.transform.Result getResult()
Specified by:
getResult in interface StreamSink