|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.qman.debug.XmlDebugger
public class XmlDebugger
Utility class used for debbugging XML messages
Field Summary | |
---|---|
static org.apache.qpid.transport.util.Logger |
LOGGER
|
Constructor Summary | |
---|---|
XmlDebugger()
|
Method Summary | |
---|---|
static void |
debug(Element[] elements)
Prints out to log the given element array. |
static void |
debug(Node node)
Prints out to log the given node. |
static void |
debug(ObjectName resourceId,
Node node)
Prints out to log the given node. |
static void |
debug(String node)
Prints out to log the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.qpid.transport.util.Logger LOGGER
Constructor Detail |
---|
public XmlDebugger()
Method Detail |
---|
public static void debug(Node node)
node
- the xml node to be printed out.public static void debug(ObjectName resourceId, Node node)
node
- the xml node to be printed out.public static void debug(Element[] elements)
elements
- the element array to be printed out.public static void debug(String node)
node
- the xml node to be printed out.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |