JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.util
Class ReflectionFactoryUtils

java.lang.Object
  extended by org.jboss.interceptor.util.ReflectionFactoryUtils

public class ReflectionFactoryUtils
extends Object

Author:
Marius Bogoevici

Constructor Summary
ReflectionFactoryUtils()
           
 
Method Summary
static
<T> Constructor<T>
getReflectionFactoryConstructor(Class<T> proxyClass)
           
static boolean isAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionFactoryUtils

public ReflectionFactoryUtils()
Method Detail

isAvailable

public static boolean isAvailable()

getReflectionFactoryConstructor

public static <T> Constructor<T> getReflectionFactoryConstructor(Class<T> proxyClass)
                                                      throws NoSuchMethodException
Throws:
NoSuchMethodException

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.