com.servingxml.app
Class FlowModifier
java.lang.Object
com.servingxml.app.Flow
com.servingxml.app.FlowModifier
- Direct Known Subclasses:
- AbstractFlow, FlowImpl
public abstract class FlowModifier
- extends Flow
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowModifier
public FlowModifier()
replaceParameters
public Flow replaceParameters(ServiceContext context,
Record parameters)
- Specified by:
replaceParameters
in class Flow
augmentParameters
public Flow augmentParameters(ServiceContext context,
ParameterDescriptor[] parameterDescriptors)
- Specified by:
augmentParameters
in class Flow
replaceRecord
public Flow replaceRecord(ServiceContext context,
Record record)
- Specified by:
replaceRecord
in class Flow
replaceRecord
public Flow replaceRecord(ServiceContext context,
Record record,
int lineNumber)
- Specified by:
replaceRecord
in class Flow
replaceDefaultStreamSink
public Flow replaceDefaultStreamSink(ServiceContext context,
StreamSink streamSink)
- Specified by:
replaceDefaultStreamSink
in class Flow
replaceDefaultSaxSink
public Flow replaceDefaultSaxSink(ServiceContext context,
SaxSink saxSink)
- Specified by:
replaceDefaultSaxSink
in class Flow
replaceDefaultSaxSource
public Flow replaceDefaultSaxSource(ServiceContext context,
SaxSource saxSource)
- Specified by:
replaceDefaultSaxSource
in class Flow
replaceDefaultStreamSource
public Flow replaceDefaultStreamSource(ServiceContext context,
StreamSource streamSource)
- Specified by:
replaceDefaultStreamSource
in class Flow