public class SourceResult extends Object
Source
- Result
value Object.
This class allows users of the PayloadProcessor
class to explicitly specify
both the Source
and Result
payload carrier types. This can be used
in situations where the required Source
or Result
are not supported
amoung the default payload types supported by the PayloadProcessor
(for the Source
), or by the ResultType
(for the Result
).Constructor and Description |
---|
SourceResult() |
SourceResult(Source source,
Result result) |
Modifier and Type | Method and Description |
---|---|
Result |
getResult() |
Source |
getSource() |
void |
setResult(Result result) |
void |
setSource(Source source) |
Copyright © 2020. All rights reserved.