org.apache.xbean.recipe
Class ReflectionUtil.StaticFactory

java.lang.Object
  extended by org.apache.xbean.recipe.ReflectionUtil.StaticFactory
All Implemented Interfaces:
ReflectionUtil.Factory
Enclosing class:
ReflectionUtil

public static class ReflectionUtil.StaticFactory
extends Object
implements ReflectionUtil.Factory


Constructor Summary
ReflectionUtil.StaticFactory(Method staticFactory, List<String> parameterNames)
           
 
Method Summary
 Object create(Object... parameters)
           
 List<String> getParameterNames()
           
 List<Type> getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil.StaticFactory

public ReflectionUtil.StaticFactory(Method staticFactory,
                                    List<String> parameterNames)
Method Detail

getParameterNames

public List<String> getParameterNames()
Specified by:
getParameterNames in interface ReflectionUtil.Factory

getParameterTypes

public List<Type> getParameterTypes()
Specified by:
getParameterTypes in interface ReflectionUtil.Factory

create

public Object create(Object... parameters)
              throws ConstructionException
Specified by:
create in interface ReflectionUtil.Factory
Throws:
ConstructionException


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