public class TableFormatter extends Object implements ResponseFormatter
| Modifier and Type | Field and Description |
|---|---|
static int |
TABLE_PADDING |
OUT_STREAM| Constructor and Description |
|---|
TableFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
printBindingsExchange(Binding[] bindings)
Print an array of Bindings under a exchange into a desired output format.
|
void |
printExchanges(Exchange[] exchanges)
Print an array of exchanges into a desired output format.
|
void |
printQueues(Queue[] queues)
Print an array of queues into a desired output format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleErrorResponse, printMessagepublic static final int TABLE_PADDING
public void printExchanges(Exchange[] exchanges)
ResponseFormatterprintExchanges in interface ResponseFormatterexchanges - array of exchangespublic void printQueues(Queue[] queues)
ResponseFormatterprintQueues in interface ResponseFormatterqueues - array of exchangespublic void printBindingsExchange(Binding[] bindings)
ResponseFormatterprintBindingsExchange in interface ResponseFormatterbindings - array of bindings.Copyright © 2018 WSO2. All rights reserved.