Uses of Interface
org.springframework.beans.factory.BeanClassLoaderAware
Packages that use BeanClassLoaderAware Package Description org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.org.springframework.aop.aspectj.autoproxy Base classes enabling auto-proxying based on AspectJ.org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.org.springframework.aop.framework.autoproxy Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean.org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.beans.factory.serviceloader Support package for the Java 6 ServiceLoader facility.org.springframework.cache.concurrent Implementation package forjava.util.concurrentbased caches.org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.jcache Implementation package for JSR-107 (javax.cache aka "JCache") based caches.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.event Support classes for application events, like standard context events.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.context.weaving Load-time weaving support for a Spring application context, building on Spring'sLoadTimeWeaverabstraction.org.springframework.dao.annotation Annotation support for DAOs.org.springframework.ejb.access This package contains classes that allow easy access to EJBs.org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.jdbc.config Defines the Spring JDBC configuration namespace.org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider.org.springframework.jms.support.converter Provides a MessageConverter abstraction to convert between Java objects and JMS messages.org.springframework.jmx.access Provides support for accessing remote MBean resources.org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly.org.springframework.jmx.support Contains support classes for connecting to local and remoteMBeanServers and for exposing anMBeanServerto remote clients.org.springframework.jndi The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.org.springframework.oxm.jaxb Package providing integration of JAXB with Spring's O/X Mapping support.org.springframework.oxm.xstream Package providing integration of XStream with Spring's O/X Mapping support.org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.org.springframework.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.org.springframework.remoting.support Generic support classes for remoting implementations.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.scheduling.support Generic support classes for scheduling.org.springframework.scripting.bsh Package providing integration of BeanShell (and BeanShell2) into Spring's scripting infrastructure.org.springframework.scripting.groovy Package providing integration of Groovy into Spring's scripting infrastructure.org.springframework.scripting.support Support classes for Spring's scripting package.org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.org.springframework.ui.context.support Classes supporting the org.springframework.ui.context package.org.springframework.validation.beanvalidation Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.Uses of BeanClassLoaderAware in org.springframework.aop.aspectj.annotation
Classes in org.springframework.aop.aspectj.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classAnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.Uses of BeanClassLoaderAware in org.springframework.aop.aspectj.autoproxy
Classes in org.springframework.aop.aspectj.autoproxy that implement BeanClassLoaderAware Modifier and Type Class Description classAspectJAwareAdvisorAutoProxyCreatorAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.Uses of BeanClassLoaderAware in org.springframework.aop.framework
Classes in org.springframework.aop.framework that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractAdvisingBeanPostProcessorBase class forBeanPostProcessorimplementations that apply a Spring AOPAdvisorto specific beans.classAbstractSingletonProxyFactoryBeanConvenient superclass forFactoryBeantypes that produce singleton-scoped proxy objects.classProxyFactoryBeanFactoryBeanimplementation that builds an AOP proxy based on beans in SpringBeanFactory.classProxyProcessorSupportBase class with common functionality for proxy processors, in particular ClassLoader management and theProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, org.springframework.aop.framework.ProxyFactory)algorithm.Uses of BeanClassLoaderAware in org.springframework.aop.framework.autoproxy
Classes in org.springframework.aop.framework.autoproxy that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractAdvisorAutoProxyCreatorGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.classAbstractAutoProxyCreatorBeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.classAbstractBeanFactoryAwareAdvisingPostProcessorExtension ofAbstractAutoProxyCreatorwhich implementsBeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).classBeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names.classDefaultAdvisorAutoProxyCreatorBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classInfrastructureAdvisorAutoProxyCreatorAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.Uses of BeanClassLoaderAware in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classCustomAutowireConfigurerABeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire qualifier types.Uses of BeanClassLoaderAware in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractFactoryBean<T>Simple template superclass forFactoryBeanimplementations that creates a singleton or a prototype object, depending on a flag.classCustomScopeConfigurerSimpleBeanFactoryPostProcessorimplementation that registers customScope(s)with the containingConfigurableBeanFactory.classFieldRetrievingFactoryBeanFactoryBeanwhich retrieves a static or non-static field value.classListFactoryBeanSimple factory for shared List instances.classMapFactoryBeanSimple factory for shared Map instances.classMethodInvokingBeanSimple method invoker bean: just invoking a target method, not expecting a result to expose to the container (in contrast toMethodInvokingFactoryBean).classMethodInvokingFactoryBeanFactoryBeanwhich returns a value which is the result of a static or instance method invocation.classObjectFactoryCreatingFactoryBeanAFactoryBeanimplementation that returns a value which is anObjectFactorythat in turn returns a bean sourced from aBeanFactory.classProviderCreatingFactoryBeanAFactoryBeanimplementation that returns a value which is a JSR-330Providerthat in turn returns a bean sourced from aBeanFactory.classSetFactoryBeanSimple factory for shared Set instances.Uses of BeanClassLoaderAware in org.springframework.beans.factory.serviceloader
Classes in org.springframework.beans.factory.serviceloader that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractServiceLoaderBasedFactoryBeanAbstract base class for FactoryBeans operating on the JDK 1.6ServiceLoaderfacility.classServiceFactoryBeanFactoryBeanthat exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoaderfacility.classServiceListFactoryBeanFactoryBeanthat exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoaderfacility.classServiceLoaderFactoryBeanFactoryBeanthat exposes the JDK 1.6ServiceLoaderfor the configured service class.Uses of BeanClassLoaderAware in org.springframework.cache.concurrent
Classes in org.springframework.cache.concurrent that implement BeanClassLoaderAware Modifier and Type Class Description classConcurrentMapCacheManagerCacheManagerimplementation that lazily buildsConcurrentMapCacheinstances for eachConcurrentMapCacheManager.getCache(java.lang.String)request.Uses of BeanClassLoaderAware in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor that implement BeanClassLoaderAware Modifier and Type Class Description classCacheProxyFactoryBeanProxy factory bean for simplified declarative caching handling.Uses of BeanClassLoaderAware in org.springframework.cache.jcache
Classes in org.springframework.cache.jcache that implement BeanClassLoaderAware Modifier and Type Class Description classJCacheManagerFactoryBeanFactoryBeanfor a JCachejavax.cache.CacheManager, obtaining a pre-definedCacheManagerby name through the standard JCachejavax.cache.Cachingclass.Uses of BeanClassLoaderAware in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classConfigurationClassPostProcessorBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses.classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.Uses of BeanClassLoaderAware in org.springframework.context.event
Classes in org.springframework.context.event that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractApplicationEventMulticasterAbstract implementation of theApplicationEventMulticasterinterface, providing the basic listener registration facility.classSimpleApplicationEventMulticasterSimple implementation of theApplicationEventMulticasterinterface.Uses of BeanClassLoaderAware in org.springframework.context.support
Classes in org.springframework.context.support that implement BeanClassLoaderAware Modifier and Type Class Description classResourceBundleMessageSourceMessageSourceimplementation that accesses resource bundles using specified basenames.Uses of BeanClassLoaderAware in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement BeanClassLoaderAware Modifier and Type Class Description classAspectJWeavingEnablerPost-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver.classDefaultContextLoadTimeWeaverDefaultLoadTimeWeaverbean for use in an application context, decorating an automatically detected internalLoadTimeWeaver.Uses of BeanClassLoaderAware in org.springframework.dao.annotation
Classes in org.springframework.dao.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classPersistenceExceptionTranslationPostProcessorBean post-processor that automatically applies persistence exception translation to any bean marked with Spring's @Repositoryannotation, adding a correspondingPersistenceExceptionTranslationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).Uses of BeanClassLoaderAware in org.springframework.ejb.access
Classes in org.springframework.ejb.access that implement BeanClassLoaderAware Modifier and Type Class Description classLocalStatelessSessionProxyFactoryBeanConvenientFactoryBeanfor local Stateless Session Bean (SLSB) proxies.classSimpleRemoteStatelessSessionProxyFactoryBeanConvenientFactoryBeanfor remote SLSB proxies.Uses of BeanClassLoaderAware in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement BeanClassLoaderAware Modifier and Type Class Description classJackson2ObjectMapperFactoryBeanAFactoryBeanfor creating a Jackson 2.xObjectMapper(default) orXmlMapper(createXmlMapperproperty set to true) with setters to enable or disable Jackson features from within XML configuration.Uses of BeanClassLoaderAware in org.springframework.jdbc.config
Classes in org.springframework.jdbc.config that implement BeanClassLoaderAware Modifier and Type Class Description classSortedResourcesFactoryBeanFactoryBeanimplementation that takes a list of location Strings and creates a sorted array ofResourceinstances.Uses of BeanClassLoaderAware in org.springframework.jms.remoting
Classes in org.springframework.jms.remoting that implement BeanClassLoaderAware Modifier and Type Class Description classJmsInvokerProxyFactoryBeanFactoryBean for JMS invoker proxies.classJmsInvokerServiceExporterJMS message listener that exports the specified service bean as a JMS service endpoint, accessible via a JMS invoker proxy.Uses of BeanClassLoaderAware in org.springframework.jms.support.converter
Classes in org.springframework.jms.support.converter that implement BeanClassLoaderAware Modifier and Type Class Description classMappingJackson2MessageConverterMessage converter that uses Jackson 2.x to convert messages to and from JSON.Uses of BeanClassLoaderAware in org.springframework.jmx.access
Classes in org.springframework.jmx.access that implement BeanClassLoaderAware Modifier and Type Class Description classMBeanClientInterceptorMethodInterceptorthat routes calls to an MBean running on the suppliedMBeanServerConnection.classMBeanProxyFactoryBeanCreates a proxy to a managed resource running either locally or remotely.Uses of BeanClassLoaderAware in org.springframework.jmx.export
Classes in org.springframework.jmx.export that implement BeanClassLoaderAware Modifier and Type Class Description classMBeanExporterJMX exporter that allows for exposing any Spring-managed bean to a JMXMBeanServer, without the need to define any JMX-specific information in the bean classes.Uses of BeanClassLoaderAware in org.springframework.jmx.export.annotation
Classes in org.springframework.jmx.export.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classAnnotationMBeanExporterConvenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.Uses of BeanClassLoaderAware in org.springframework.jmx.export.assembler
Classes in org.springframework.jmx.export.assembler that implement BeanClassLoaderAware Modifier and Type Class Description classInterfaceBasedMBeanInfoAssemblerSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces.Uses of BeanClassLoaderAware in org.springframework.jmx.support
Classes in org.springframework.jmx.support that implement BeanClassLoaderAware Modifier and Type Class Description classMBeanServerConnectionFactoryBeanFactoryBeanthat creates a JMX 1.2MBeanServerConnectionto a remoteMBeanServerexposed via aJMXServerConnector.Uses of BeanClassLoaderAware in org.springframework.jndi
Classes in org.springframework.jndi that implement BeanClassLoaderAware Modifier and Type Class Description classJndiObjectFactoryBeanFactoryBeanthat looks up a JNDI object.Uses of BeanClassLoaderAware in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractEntityManagerFactoryBeanAbstractFactoryBeanthat creates a local JPAEntityManagerFactoryinstance within a Spring application context.classLocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.classLocalEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard standalone bootstrap contract.Uses of BeanClassLoaderAware in org.springframework.oxm.jaxb
Classes in org.springframework.oxm.jaxb that implement BeanClassLoaderAware Modifier and Type Class Description classJaxb2MarshallerImplementation of theGenericMarshallerinterface for JAXB 2.2.Uses of BeanClassLoaderAware in org.springframework.oxm.xstream
Classes in org.springframework.oxm.xstream that implement BeanClassLoaderAware Modifier and Type Class Description classXStreamMarshallerImplementation of theMarshallerinterface for XStream.Uses of BeanClassLoaderAware in org.springframework.remoting.caucho
Classes in org.springframework.remoting.caucho that implement BeanClassLoaderAware Modifier and Type Class Description classHessianClientInterceptorMethodInterceptorfor accessing a Hessian service.classHessianExporterGeneral stream-based protocol exporter for a Hessian endpoint.classHessianProxyFactoryBeanFactoryBeanfor Hessian proxies.classHessianServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.classSimpleHessianServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHessianServiceExporterUses of BeanClassLoaderAware in org.springframework.remoting.httpinvoker
Classes in org.springframework.remoting.httpinvoker that implement BeanClassLoaderAware Modifier and Type Class Description classAbstractHttpInvokerRequestExecutorAbstract base implementation of the HttpInvokerRequestExecutor interface.classHttpComponentsHttpInvokerRequestExecutorHttpInvokerRequestExecutorimplementation that uses Apache HttpComponents HttpClient to execute POST requests.classHttpInvokerClientInterceptorMethodInterceptorfor accessing an HTTP invoker service.classHttpInvokerProxyFactoryBeanFactoryBeanfor HTTP invoker proxies.classHttpInvokerServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.classSimpleHttpInvokerRequestExecutorHttpInvokerRequestExecutorimplementation that uses standard Java facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.classSimpleHttpInvokerServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHttpInvokerServiceExporterUses of BeanClassLoaderAware in org.springframework.remoting.jaxws
Classes in org.springframework.remoting.jaxws that implement BeanClassLoaderAware Modifier and Type Class Description classJaxWsPortClientInterceptorMethodInterceptorfor accessing a specific port of a JAX-WS service.classJaxWsPortProxyFactoryBeanFactoryBeanfor a specific port of a JAX-WS service.Uses of BeanClassLoaderAware in org.springframework.remoting.rmi
Classes in org.springframework.remoting.rmi that implement BeanClassLoaderAware Modifier and Type Class Description classJndiRmiProxyFactoryBeanFactoryBeanfor RMI proxies from JNDI.classJndiRmiServiceExporterService exporter which binds RMI services to JNDI.classRemoteInvocationSerializingExporterAbstract base class for remote service exporters that explicitly deserializeRemoteInvocationobjects and serializeRemoteInvocationResultobjects, for example Spring's HTTP invoker.classRmiBasedExporterConvenient superclass for RMI-based remote exporters.classRmiClientInterceptorMethodInterceptorfor accessing conventional RMI services or RMI invokers.classRmiProxyFactoryBeanFactoryBeanfor RMI proxies, supporting both conventional RMI services and RMI invokers.classRmiServiceExporterRMI exporter that exposes the specified service as RMI object with the specified name.Uses of BeanClassLoaderAware in org.springframework.remoting.support
Classes in org.springframework.remoting.support that implement BeanClassLoaderAware Modifier and Type Class Description classRemoteAccessorAbstract base class for classes that access a remote service.classRemoteExporterAbstract base class for classes that export a remote service.classRemoteInvocationBasedAccessorAbstract base class for remote service accessors that are based on serialization ofRemoteInvocationobjects.classRemoteInvocationBasedExporterAbstract base class for remote service exporters that are based on deserialization ofRemoteInvocationobjects.classRemotingSupportGeneric support base class for remote accessor and exporters, providing common bean ClassLoader handling.classUrlBasedRemoteAccessorAbstract base class for classes that access remote services via URLs.Uses of BeanClassLoaderAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement BeanClassLoaderAware Modifier and Type Class Description classAsyncAnnotationBeanPostProcessorBean post-processor that automatically applies asynchronous invocation behavior to any bean that carries theAsyncannotation at class or method-level by adding a correspondingAsyncAnnotationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).Uses of BeanClassLoaderAware in org.springframework.scheduling.quartz
Classes in org.springframework.scheduling.quartz that implement BeanClassLoaderAware Modifier and Type Class Description classMethodInvokingJobDetailFactoryBeanFactoryBeanthat exposes aJobDetailobject which delegates job execution to a specified (static or non-static) method.Uses of BeanClassLoaderAware in org.springframework.scheduling.support
Classes in org.springframework.scheduling.support that implement BeanClassLoaderAware Modifier and Type Class Description classMethodInvokingRunnableAdapter that implements theRunnableinterface as a configurable method invocation based on Spring's MethodInvoker.Uses of BeanClassLoaderAware in org.springframework.scripting.bsh
Classes in org.springframework.scripting.bsh that implement BeanClassLoaderAware Modifier and Type Class Description classBshScriptEvaluatorBeanShell-based implementation of Spring'sScriptEvaluatorstrategy interface.classBshScriptFactoryScriptFactoryimplementation for a BeanShell script.Uses of BeanClassLoaderAware in org.springframework.scripting.groovy
Classes in org.springframework.scripting.groovy that implement BeanClassLoaderAware Modifier and Type Class Description classGroovyScriptEvaluatorGroovy-based implementation of Spring'sScriptEvaluatorstrategy interface.classGroovyScriptFactoryScriptFactoryimplementation for a Groovy script.Uses of BeanClassLoaderAware in org.springframework.scripting.support
Classes in org.springframework.scripting.support that implement BeanClassLoaderAware Modifier and Type Class Description classScriptFactoryPostProcessorBeanPostProcessorthat handlesScriptFactorydefinitions, replacing each factory with the actual scripted Java object generated by it.classStandardScriptEvaluatorjavax.script(JSR-223) based implementation of Spring'sScriptEvaluatorstrategy interface.classStandardScriptFactoryScriptFactoryimplementation based on the JSR-223 script engine abstraction (as included in Java 6+).Uses of BeanClassLoaderAware in org.springframework.transaction.interceptor
Classes in org.springframework.transaction.interceptor that implement BeanClassLoaderAware Modifier and Type Class Description classMethodMapTransactionAttributeSourceSimpleTransactionAttributeSourceimplementation that allows attributes to be stored per method in aMap.classTransactionProxyFactoryBeanProxy factory bean for simplified declarative transaction handling.Uses of BeanClassLoaderAware in org.springframework.ui.context.support
Classes in org.springframework.ui.context.support that implement BeanClassLoaderAware Modifier and Type Class Description classResourceBundleThemeSourceThemeSourceimplementation that looks up an individualResourceBundleper theme.Uses of BeanClassLoaderAware in org.springframework.validation.beanvalidation
Classes in org.springframework.validation.beanvalidation that implement BeanClassLoaderAware Modifier and Type Class Description classMethodValidationPostProcessorA convenientBeanPostProcessorimplementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.