public class Handler extends AbstractDataSink
outputLocator
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getContentType() |
java.lang.Object |
getControl(java.lang.String controlType) |
java.lang.Object[] |
getControls() |
void |
open() |
void |
setSource(DataSource source) |
void |
start() |
void |
stop() |
addDataSinkListener, getOutputLocator, notifyDataSinkListeners, removeDataSinkListener, setOutputLocator
public java.lang.Object getControl(java.lang.String controlType)
public java.lang.Object[] getControls()
public void close()
public java.lang.String getContentType()
public void open() throws java.io.IOException, java.lang.SecurityException
java.io.IOException
java.lang.SecurityException
public void start() throws java.io.IOException
java.io.IOException
public void stop() throws java.io.IOException
java.io.IOException
public void setSource(DataSource source) throws java.io.IOException, IncompatibleSourceException
java.io.IOException
IncompatibleSourceException