org.codehaus.xfire.spring
Class SpringUtils

java.lang.Object
  extended by org.codehaus.xfire.spring.SpringUtils

public class SpringUtils
extends Object


Constructor Summary
SpringUtils()
           
 
Method Summary
static Object getUserTarget(Object bean)
          Gets the actual bean underlying the AOP proxies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringUtils

public SpringUtils()
Method Detail

getUserTarget

public static Object getUserTarget(Object bean)
                            throws Exception
Gets the actual bean underlying the AOP proxies.

Parameters:
bean -
Returns:
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.