org.compass.core.util.proxy.extractor
Class SpringProxyExtractor

java.lang.Object
  extended by org.compass.core.util.proxy.extractor.SpringProxyExtractor
All Implemented Interfaces:
ProxyExtractor

public class SpringProxyExtractor
extends Object
implements ProxyExtractor

Uses AopUtils.getTargetClass(Object) in order to get the wrapped class from the object.

Author:
kimchy

Constructor Summary
SpringProxyExtractor()
           
 
Method Summary
 Class getTargetClass(Object obj)
          Returns the actual class of the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringProxyExtractor

public SpringProxyExtractor()
Method Detail

getTargetClass

public Class getTargetClass(Object obj)
Description copied from interface: ProxyExtractor
Returns the actual class of the given object.

Specified by:
getTargetClass in interface ProxyExtractor


Copyright (c) 2004-2008 The Compass Project.