Class FileObjectDataSource

java.lang.Object
org.apache.synapse.commons.vfs.FileObjectDataSource
All Implemented Interfaces:
DataSource, org.apache.axiom.attachments.SizeAwareDataSource, org.apache.axiom.ext.activation.SizeAwareDataSource

public class FileObjectDataSource extends Object implements org.apache.axiom.attachments.SizeAwareDataSource
Data source that reads data from a VFS FileObject. This class is similar to VFS' own FileObjectDataSource implementation, but in addition implements SizeAwareDataSource.