|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.DestinationOptions
com.dynalivery.saffron.client.FileSystemDestinationOptions
com.dynalivery.saffron.client.StreamDestinationOptions
This class is used for obtaining the Output as an InputStream. This DetinationOptions can be used along with SaffronEmbeddedClient Only. It is the responsibility of the client to close the InputStream, once it is done with it for proper releasing of resources.
| Field Summary |
| Fields inherited from class com.dynalivery.saffron.client.FileSystemDestinationOptions |
fullPathName, unzipOutput |
| Fields inherited from class com.dynalivery.saffron.client.DestinationOptions |
destinationType |
| Constructor Summary | |
StreamDestinationOptions()
Stream DestiationOptions Constructor. |
|
| Method Summary | |
java.io.InputStream |
getOutputAsStream()
getOutputAsStream returns the InputStream to the Output. |
java.lang.String |
toString()
Creates display string for destination options. |
| Methods inherited from class com.dynalivery.saffron.client.FileSystemDestinationOptions |
doNotUnzipOutput, getFullPathName, getLocalDestinationOptionsXML, getRemoteDestinationOptionsXML, setFullPathName |
| Methods inherited from class com.dynalivery.saffron.client.DestinationOptions |
getDestinationType, setDestinationType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StreamDestinationOptions()
| Method Detail |
public java.io.InputStream getOutputAsStream()
public java.lang.String toString()
toString in class FileSystemDestinationOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||