org.apache.qpid.qman.debug
Class WsdlDebugger

java.lang.Object
  extended by org.apache.qpid.qman.debug.WsdlDebugger

public class WsdlDebugger
extends Object

Utility class used for debbugging WSDL documents


Field Summary
static org.apache.qpid.transport.util.Logger LOGGER
           
 
Constructor Summary
WsdlDebugger()
           
 
Method Summary
static void debug(ObjectName resourceId, Node 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

LOGGER

public static final org.apache.qpid.transport.util.Logger LOGGER
Constructor Detail

WsdlDebugger

public WsdlDebugger()
Method Detail

debug

public static void debug(ObjectName resourceId,
                         Node node)
Prints out to log the given node.

Parameters:
node - the xml node to be printed out.


Licensed to the Apache Software Foundation