Package org.smooks.engine.plugin
Class SourceSink
- java.lang.Object
-
- org.smooks.engine.plugin.SourceSink
-
public class SourceSink extends Object
Source
-Sink
value Object. This class allows users of thePayloadProcessor
class to explicitly specify both theSource
andSink
payload carrier types. This can be used in situations where the requiredSource
orSink
are 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(Source source, Sink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sink
getSink()
Source
getSource()
void
setSink(Sink sink)
void
setSource(Source source)
-