public class SerializableProxyFactoryBean extends org.springframework.aop.framework.ProxyConfig implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
SerializableProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createProxy() |
protected org.springframework.aop.TargetSource |
createTargetSource() |
Object |
getObject() |
Class<?> |
getObjectType() |
String |
getTargetBeanName() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setSingleton(boolean singleton) |
void |
setTargetBeanName(String targetBeanName) |
protected Object createProxy()
protected org.springframework.aop.TargetSource createTargetSource()
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>public void setSingleton(boolean singleton)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic String getTargetBeanName()
public void setTargetBeanName(String targetBeanName)
Copyright © 2014 JDAL. All Rights Reserved.