public class ServiceBeanAutoProxyCreator
extends org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Constructor and Description |
---|
ServiceBeanAutoProxyCreator() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected void |
customizeProxyFactory(org.springframework.aop.framework.ProxyFactory proxyFactory) |
void |
destroy() |
protected Object[] |
getAdvicesAndAdvisorsForBean(Class beanClass,
String beanName,
org.springframework.aop.TargetSource targetSource) |
void |
setBeanMatcher(BeanMatcher beanMatcher) |
void |
setMethodInterceptor(org.aopalliance.intercept.MethodInterceptor methodInterceptor) |
advisorsPreFiltered, extendAdvisors, findAdvisorsThatCanApply, findCandidateAdvisors, findEligibleAdvisors, initBeanFactory, isEligibleAdvisorBean, setBeanFactory, sortAdvisors
buildAdvisors, createProxy, determineCandidateConstructors, getBeanFactory, getCacheKey, getCustomTargetSource, getEarlyBeanReference, isFrozen, isInfrastructureClass, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType, setAdvisorAdapterRegistry, setApplyCommonInterceptorsFirst, setCustomTargetSourceCreators, setFrozen, setInterceptorNames, shouldProxyTargetClass, shouldSkip, wrapIfNecessary
evaluateProxyInterfaces, getOrder, getProxyClassLoader, isConfigurationCallbackInterface, isInternalLanguageInterface, setBeanClassLoader, setOrder, setProxyClassLoader
public void afterPropertiesSet()
public void destroy()
public void setBeanMatcher(BeanMatcher beanMatcher)
public void setMethodInterceptor(org.aopalliance.intercept.MethodInterceptor methodInterceptor)
protected void customizeProxyFactory(org.springframework.aop.framework.ProxyFactory proxyFactory)
customizeProxyFactory
in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
protected Object[] getAdvicesAndAdvisorsForBean(Class beanClass, String beanName, org.springframework.aop.TargetSource targetSource)
getAdvicesAndAdvisorsForBean
in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator