org.mule.tools.cxf.utils.debug
Class DebugUtils

java.lang.Object
  extended by org.mule.tools.cxf.utils.debug.DebugUtils

public class DebugUtils
extends Object

Provides static options to add debugging to the client proxy in CXF

Author:
gustavoalberola

Constructor Summary
DebugUtils()
           
 
Method Summary
static void registerDebugInterceptors(org.apache.cxf.endpoint.Client client)
          Add loggin interceptors to the CXF client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugUtils

public DebugUtils()
Method Detail

registerDebugInterceptors

public static void registerDebugInterceptors(org.apache.cxf.endpoint.Client client)
Add loggin interceptors to the CXF client.

This will make that before processing all the interceptors the SOAP Envelope will be logged in console

Parameters:
client - The client proxy to which the interceptors will be added


Copyright © 2013. All Rights Reserved.