2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.databinding
Interface DataPipeTransformer<S,R>

All Superinterfaces:
Transformer
All Known Implementing Classes:
SAX2DOMPipe, StreamDataPipe, Writer2ReaderDataPipe

public interface DataPipeTransformer<S,R>
extends Transformer

Data pipe allows a data source pushes data into its sink and pipe the data into its result


Method Summary
 DataPipe<S,R> newInstance()
           
 
Methods inherited from interface org.apache.tuscany.sca.databinding.Transformer
getSourceDataBinding, getTargetDataBinding, getWeight
 

Method Detail

newInstance

DataPipe<S,R> newInstance()