Package uk.org.ogsadai.client.toolkit.activity.delivery

This package provides classes that provide a client-side representation of delivery activities in Java.

See:
          Description

Class Summary
DataTransportBlockReader A BlockReader implementation which fetches each block from an output stream exposed by a data service resource exposed by a data service using the service's get operations.
DataTransportMode An enumerated type denoting available modes for data push and pull to and from a data service.
DeliverFromDT This activity retrieves data from a stream exposed by a data service resource exposed by a service.
DeliverFromFile This activity delivers data from a file on a data service's filesystem to another activity.
DeliverFromGFTP This activity reads data via GridFTP for delivery to another activity.
DeliverFromURL This activity delivers from a URL to another activity.
DeliverToAttachment This activity delivers data to an attachment that will be sent with the response message.
DeliverToDT This activity delivers data to a stream exposed by a data service resource exposed by a service.
DeliverToFile This activity delivers data to a file within a data service's file system.
DeliverToGFTP This activity delivers data from some activity via GridFTP.
DeliverToNull Activity that throws away its input.
DeliverToResourceProperty Activity that delivers its input to a specified resource property.
DeliverToSMTP This activity creates and sends an e-mail containing data from another activity.
DeliverToStream This activity delivers data from some activity to the OGSA-DAI DeliverToStreamServlet.
DeliverToURL This activity delivers data to a URL.
DTInputStream This activity receives data through a data service's put operations.
DTOutputStream This activity exposes data through a data service's get operations.
 

Exception Summary
StreamDataException A problem was encountered when streaming data from a service.
 

Package uk.org.ogsadai.client.toolkit.activity.delivery Description

This package provides classes that provide a client-side representation of delivery activities in Java.