org.apache.openejb.client
Class ClientInjectionProcessor<T>
java.lang.Object
org.apache.openejb.client.ClientInjectionProcessor<T>
public class ClientInjectionProcessor<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientInjectionProcessor
public ClientInjectionProcessor(Class<? extends T> beanClass,
List<Injection> injections,
List<CallbackMetaData> postConstructMethods,
List<CallbackMetaData> preDestroyMethods,
Context context)
allowStatic
public void allowStatic()
createInstance
public T createInstance()
throws Exception
- Throws:
Exception
getInstance
public T getInstance()
postConstruct
public void postConstruct()
throws Exception
- Throws:
Exception
preDestroy
public void preDestroy()
findSetter
public Method findSetter(Class typeClass,
String propertyName,
Object propertyValue)
findField
public Field findField(Class typeClass,
String propertyName,
Object propertyValue)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.