Package com.oracle.coherence.spring
Contains classes for Coherence Spring integration.
-
Class Summary Class Description CoherenceBeanExpressionResolver ABeanExpressionResolver
implementation that bridges Coherence configuration concepts with Spring configuration concepts.CoherenceContext A utility class to capture theApplicationContext
so that it is available to Coherence classes that are not managed by Spring.CoherenceInjector Injector
to allow the dependency injection of Spring beans into objects being deserialized and manipulated by cache operations.CoherenceServer Responsible for starting the defaultCoherence
instance.SpringBasedCoherenceSession Provides the ability to acquire Coherence-based resources in the Spring Framework.SpringNamespaceHandler TheSpringNamespaceHandler
provides the ability to reference Spring beans in a cache configuration file.SpringNamespaceHandler.PropertyProcessor Implementation ofElementProcessor
that creates an instance ofParameter
containing a property name and value to be injected into a Spring bean.SpringNamespaceHandler.SpringBeanBuilder Implementation ofParameterizedBuilder
that "realizes" a named bean from a SpringBeanFactory
.SpringNamespaceHandler.SpringBeanFactoryBuilder Implementation ofParameterizedBuilder
that "realizes" an instance ofBeanFactory
based on a provided Spring application context uri.