org.apache.xbean.recipe
Interface ReflectionUtil.Factory

All Known Implementing Classes:
ReflectionUtil.ConstructorFactory, ReflectionUtil.StaticFactory
Enclosing class:
ReflectionUtil

public static interface ReflectionUtil.Factory


Method Summary
 Object create(Object... parameters)
           
 List<String> getParameterNames()
           
 List<Type> getParameterTypes()
           
 

Method Detail

getParameterNames

List<String> getParameterNames()

getParameterTypes

List<Type> getParameterTypes()

create

Object create(Object... parameters)
              throws ConstructionException
Throws:
ConstructionException


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.