Activity Type: Delivery
Consumes data from an input and delivers it to a file on the service container's local filesystem.
Consumes data from an input named dataSource and delivers it to a file called C:/temp/file.txt:
<deliverToFile name="delivery"> <fromLocal from="dataSource"/> <toFile>C:/temp/file.txt</toFile> </deliverToFile>
Element deliverToFile:
This activity is not deployed by default because it can potentially be used by clients to overwrite any file on your server. This activity is provided for developing and testing OGSA-DAI applications.
If you intend to use files as data resources then you should support access and manipulation of these only via the file activities.
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/deliver_to_file.xsd
uk.org.ogsadai.activity.delivery.DeliverToFileActivity
uk.org.ogsadai.client.toolkit.activity.delivery.DeliverToFile
Up: Activities | ||
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |