Class LazyDataSource

java.lang.Object
org.apache.cxf.attachment.LazyDataSource
All Implemented Interfaces:
DataSource

public class LazyDataSource extends Object implements DataSource
A DataSource which will search through a Collection of attachments so as to lazily load the attachment from the collection. This allows streaming attachments with databinding toolkits like JAXB.