Package org.onebusaway.container.spring
Class ProxyFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<Object>
-
- org.onebusaway.container.spring.ProxyFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<Object>,org.springframework.beans.factory.InitializingBean
public class ProxyFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<Object>
A SpringFactoryBeanfor instantiating aProxyinstance with a specified target interface type and aInvocationHandler.- Author:
- bdferris
-
-
Constructor Summary
Constructors Constructor Description ProxyFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateInstance()Class<?>getObjectType()voidsetInvocationHandler(InvocationHandler invocationHandler)voidsetProxyInterface(Class<?> proxyInterface)
-
-
-
Method Detail
-
setProxyInterface
public void setProxyInterface(Class<?> proxyInterface)
-
setInvocationHandler
public void setInvocationHandler(InvocationHandler invocationHandler)
-
getObjectType
public Class<?> getObjectType()
-
-