org.milyn.payload
Class FilterSource
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterSource
public FilterSource()
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.