public class XMLPrinter extends AbstractTablePrinter
XMLPrinter
prints event processing stats as a XML documentModifier and Type | Field and Description |
---|---|
protected static int |
XML_INDENT_SIZE
Indentation step for XML pretty-printing.
|
out
Constructor and Description |
---|
XMLPrinter(OutputStream out) |
XMLPrinter(Writer out) |
Modifier and Type | Method and Description |
---|---|
String[] |
getHeaders() |
protected int |
getRouterInfo(RouterStatistics stats,
String[] col,
int index) |
void |
print(Collection stats) |
void |
println(String s,
int indentLevel) |
protected void |
printProviderStatsXml(String stats,
int indentLevel) |
getColumn, getTable, print, print, println, println
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, setError, write, write, write, write, write
protected static final int XML_INDENT_SIZE
public XMLPrinter(Writer out)
public XMLPrinter(OutputStream out)
public String[] getHeaders()
getHeaders
in class AbstractTablePrinter
protected int getRouterInfo(RouterStatistics stats, String[] col, int index)
getRouterInfo
in class AbstractTablePrinter
public void print(Collection stats)
print
in class AbstractTablePrinter
public void println(String s, int indentLevel)
protected void printProviderStatsXml(String stats, int indentLevel)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.