org.milyn.payload
Class FilterSource

java.lang.Object
  extended by org.milyn.payload.FilterSource
All Implemented Interfaces:
Source
Direct Known Subclasses:
JavaSource

public abstract class FilterSource
extends Object
implements Source

Filtration/Transformation Source.

Author:
tom.fennelly@gmail.com

Constructor Summary
FilterSource()
           
 
Method Summary
static Source getSource(ExecutionContext executionContext)
           
 String getSystemId()
           
static void setSource(Source source, ExecutionContext executionContext)
           
 void setSystemId(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterSource

public FilterSource()
Method Detail

getSource

public static Source getSource(ExecutionContext executionContext)

setSource

public static void setSource(Source source,
                             ExecutionContext executionContext)

setSystemId

public void setSystemId(String systemId)
Specified by:
setSystemId in interface Source

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface Source


Copyright © 2008. All Rights Reserved.