Package org.smooks.engine.plugin
Class SourceSink
- java.lang.Object
-
- org.smooks.engine.plugin.SourceSink
-
public class SourceSink extends Object
Source-Sinkvalue Object. This class allows users of thePayloadProcessorclass to explicitly specify both theSourceandSinkpayload carrier types. This can be used in situations where the requiredSourceorSinkare not supported amoung the default payload types supported by thePayloadProcessor(for theSource), or by theSinkType(for theSink).- Since:
- 1.0
- Author:
- Daniel Bevenius
-
-
Constructor Summary
Constructors Constructor Description SourceSink()SourceSink(org.smooks.api.io.Source source, org.smooks.api.io.Sink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.smooks.api.io.SinkgetSink()org.smooks.api.io.SourcegetSource()voidsetSink(org.smooks.api.io.Sink sink)voidsetSource(org.smooks.api.io.Source source)
-