org.milyn.container.plugin
Class SourceResult
java.lang.Object
org.milyn.container.plugin.SourceResult
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).
- Since:
- 1.0
- Author:
- Daniel Bevenius
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceResult
public SourceResult()
SourceResult
public SourceResult(Source source,
Result result)
getSource
public Source getSource()
setSource
public void setSource(Source source)
getResult
public Result getResult()
setResult
public void setResult(Result result)
Copyright © 2008. All Rights Reserved.