| Constructor and Description |
|---|
PipeResult() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(IChannel channel,
IResultSet result)
Bind the result set to the channel.
|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel.
|
protected IResultSet |
createResult()
Create a result instance.
|
static IResultSet |
lookup(IChannel channel)
Recover the result set from channel.
|
IChannel |
process(IChannel channel)
Perform some transformation over the channel.
|
public static final String RESULT
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 IResultSet createResult()
public static void bind(IChannel channel, IResultSet result)
channel - The channel.result - The result set.public static IResultSet lookup(IChannel channel) throws NotFoundException, InvalidTypeException
channel - The channel.NotFoundException - On lookup errors.InvalidTypeException - On type errors.Copyright © 2016. All rights reserved.