br.eti.kinoshita.testlinkjavaapi.util
Class CustomLoggingUtils

Package class diagram package CustomLoggingUtils
java.lang.Object
  extended by br.eti.kinoshita.testlinkjavaapi.util.CustomLoggingUtils

public class CustomLoggingUtils
extends Object

See author's page for further information.

Since:
1.9.1-1
Author:
Sujit Pal - http://sujitpal.blogspot.com/2010/05/debugging-xml-with-apache -xmlrpc.html

Constructor Summary
CustomLoggingUtils()
           
 
Method Summary
static void logRequest(Logger logger, org.apache.commons.httpclient.methods.RequestEntity requestEntity)
           
static void logRequest(Logger logger, String content)
           
static String logResponse(Logger logger, InputStream istream)
           
static void logResponse(Logger logger, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomLoggingUtils

public CustomLoggingUtils()
Method Detail

logRequest

public static void logRequest(Logger logger,
                              org.apache.commons.httpclient.methods.RequestEntity requestEntity)
                       throws org.apache.xmlrpc.XmlRpcException
Throws:
org.apache.xmlrpc.XmlRpcException

logRequest

public static void logRequest(Logger logger,
                              String content)

logResponse

public static String logResponse(Logger logger,
                                 InputStream istream)
                          throws org.apache.xmlrpc.XmlRpcException
Throws:
org.apache.xmlrpc.XmlRpcException

logResponse

public static void logResponse(Logger logger,
                               String content)


Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.