org.milyn.container.plugin
Class SourceResult

java.lang.Object
  extended by 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

Constructor Summary
SourceResult()
           
SourceResult(Source source, Result result)
           
 
Method Summary
 Result getResult()
           
 Source getSource()
           
 void setResult(Result result)
           
 void setSource(Source source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceResult

public SourceResult()

SourceResult

public SourceResult(Source source,
                    Result result)
Method Detail

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.