org.eclipse.swordfish.internal.core.util
Class AopProxyUtil

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.util.AopProxyUtil

public class AopProxyUtil
extends java.lang.Object


Constructor Summary
AopProxyUtil()
           
 
Method Summary
static
<T> T
getTargetService(T proxy, org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AopProxyUtil

public AopProxyUtil()
Method Detail

getTargetService

public static <T> T getTargetService(T proxy,
                                     org.osgi.framework.BundleContext bundleContext)