org.apache.cxf.common.util
Class ClassHelper

java.lang.Object
  extended by org.apache.cxf.common.util.ClassHelper

public class ClassHelper
extends java.lang.Object


Constructor Summary
protected ClassHelper()
           
 
Method Summary
static java.lang.Class getRealClass(java.lang.Object o)
           
protected  java.lang.Class getRealClassInternal(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassHelper

protected ClassHelper()
Method Detail

getRealClassInternal

protected java.lang.Class getRealClassInternal(java.lang.Object o)

getRealClass

public static java.lang.Class getRealClass(java.lang.Object o)


Apache CXF