| Constructor and Description |
|---|
PipeTransformSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel.
|
IChannel |
process(IChannel channel)
Perform some transformation over the channel.
|
protected ISource |
transformSource(ISource source)
Perform a transformation of a given source.
|
public boolean check(IChannel channel) throws AbortException
IPipecheck in interface IPipechannel - The information channel.AbortException - If the channel is corrupted.public IChannel process(IChannel channel) throws PipelineException
IPipeprocess in interface IPipechannel - The channel.PipelineException - On processing errors.protected ISource transformSource(ISource source) throws SourceException
source - The source to be transformed.SourceException - On transformation errors.Copyright © 2016. All rights reserved.