Package org.smooks.io.payload
Interface SinkExtractor<T extends Sink>
-
- All Known Implementing Classes:
JavaSink
,StringSink
public interface SinkExtractor<T extends Sink>
An extractor of sinks produces by Smooks.Implementors of SinkExtractor are able to extract specific a object from the sink of a Smooks filtering process.
- Since:
- 1.4
- Author:
- Daniel Bevenius
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
extractFromSink(T sink, Export export)
-