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, sortAdvisorsbuildAdvisors, createProxy, determineCandidateConstructors, getBeanFactory, getCacheKey, getCustomTargetSource, getEarlyBeanReference, isFrozen, isInfrastructureClass, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType, setAdvisorAdapterRegistry, setApplyCommonInterceptorsFirst, setCustomTargetSourceCreators, setFrozen, setInterceptorNames, shouldProxyTargetClass, shouldSkip, wrapIfNecessaryevaluateProxyInterfaces, getOrder, getProxyClassLoader, isConfigurationCallbackInterface, isInternalLanguageInterface, setBeanClassLoader, setOrder, setProxyClassLoaderpublic 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