public class SupressFooterOutputConsumerProxy extends OutputConsumerProxy
| Constructor and Description |
|---|
SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but
consumeFooterLine(String) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeFooterLine(java.lang.String line)
Do nothing
|
consumeHeaderLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, testSetCompleted, testSetStartingpublic SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
consumeFooterLine(String)nextFilter - filter to delegate topublic void consumeFooterLine(java.lang.String line)
consumeFooterLine in interface OutputConsumerconsumeFooterLine in class OutputConsumerProxyline - the line to processCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.