Uses of Interface
org.springframework.beans.factory.FactoryBean

Packages that use FactoryBean
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.ejb.access This package contains classes that allow easy access to EJBs. 
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.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients. 
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
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.timer Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
 

Uses of FactoryBean in org.springframework.aop.framework
 

Classes in org.springframework.aop.framework that implement FactoryBean
 class ProxyFactoryBean
          FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
 

Uses of FactoryBean in org.springframework.beans.factory.config
 

Classes in org.springframework.beans.factory.config that implement FactoryBean
 class CommonsLogFactoryBean
          Factory bean for commons-logging Log instances.
 class ListFactoryBean
          Simple factory for shared List instances.
 class MapFactoryBean
          Simple factory for shared Map instances.
 class MethodInvokingFactoryBean
          FactoryBean which returns a value which is the result of a static or instance method invocation.
 class PropertiesFactoryBean
          Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
 class ResourceFactoryBean
          FactoryBean for Resource descriptors.
 class SetFactoryBean
          Simple factory for shared Set instances.
 

Uses of FactoryBean in org.springframework.ejb.access
 

Classes in org.springframework.ejb.access that implement FactoryBean
 class LocalStatelessSessionProxyFactoryBean
          Convenient factory for local Stateless Session Bean (SLSB) proxies.
 class SimpleRemoteStatelessSessionProxyFactoryBean
          Convenient factory for remote SLSB proxies.
 

Uses of FactoryBean in org.springframework.jndi
 

Classes in org.springframework.jndi that implement FactoryBean
 class JndiObjectFactoryBean
          FactoryBean that looks up a JNDI object.
 

Uses of FactoryBean in org.springframework.orm.hibernate
 

Classes in org.springframework.orm.hibernate that implement FactoryBean
 class LocalSessionFactoryBean
          FactoryBean that creates a local Hibernate SessionFactory instance.
 

Uses of FactoryBean in org.springframework.orm.ibatis
 

Classes in org.springframework.orm.ibatis that implement FactoryBean
 class SqlMapClientFactoryBean
          FactoryBean that creates an iBATIS Database Layer SqlMapClient as singleton in the current bean factory, possibly for use with SqlMapClientTemplate.
 class SqlMapFactoryBean
          FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate.
 

Uses of FactoryBean in org.springframework.orm.jdo
 

Classes in org.springframework.orm.jdo that implement FactoryBean
 class LocalPersistenceManagerFactoryBean
          FactoryBean that creates a local JDO PersistenceManager instance.
 

Uses of FactoryBean in org.springframework.remoting.caucho
 

Classes in org.springframework.remoting.caucho that implement FactoryBean
 class BurlapProxyFactoryBean
          Factory bean for Burlap proxies.
 class HessianProxyFactoryBean
          Factory bean for Hessian proxies.
 

Uses of FactoryBean in org.springframework.remoting.jaxrpc
 

Classes in org.springframework.remoting.jaxrpc that implement FactoryBean
 class JaxRpcPortProxyFactoryBean
          FactoryBean for a specific port of a JAX-RPC service.
 class LocalJaxRpcServiceFactoryBean
          FactoryBean for locally defined JAX-RPC Service references.
 

Uses of FactoryBean in org.springframework.remoting.rmi
 

Classes in org.springframework.remoting.rmi that implement FactoryBean
 class RmiProxyFactoryBean
          Factory bean for RMI proxies, supporting both conventional RMI services and RMI invokers.
 

Uses of FactoryBean in org.springframework.scheduling.quartz
 

Classes in org.springframework.scheduling.quartz that implement FactoryBean
 class MethodInvokingJobDetailFactoryBean
          FactoryBean that exposes a JobDetail object that delegates job execution to a specified (static or non-static) method.
 class SchedulerFactoryBean
          FactoryBean that sets up a Quartz Scheduler and exposes it for bean references.
 

Uses of FactoryBean in org.springframework.scheduling.timer
 

Classes in org.springframework.scheduling.timer that implement FactoryBean
 class MethodInvokingTimerTaskFactoryBean
          FactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method.
 class TimerFactoryBean
          FactoryBean that sets up a J2SE Timer and exposes it for bean references.
 

Uses of FactoryBean in org.springframework.transaction.interceptor
 

Classes in org.springframework.transaction.interceptor that implement FactoryBean
 class TransactionProxyFactoryBean
          Proxy factory bean for simplified declarative transaction handling.
 

Uses of FactoryBean in org.springframework.transaction.jta
 

Classes in org.springframework.transaction.jta that implement FactoryBean
 class JotmFactoryBean
          FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM.
 class WebSphereTransactionManagerFactoryBean
          FactoryBean that retrieves the JTA TransactionManager for IBM's WebSphere 4 and 5 application servers.
 

Uses of FactoryBean in org.springframework.ui.freemarker
 

Classes in org.springframework.ui.freemarker that implement FactoryBean
 class FreeMarkerConfigurationFactoryBean
          Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
 

Uses of FactoryBean in org.springframework.ui.velocity
 

Classes in org.springframework.ui.velocity that implement FactoryBean
 class VelocityEngineFactoryBean
          Factory bean that configures a VelocityEngine and provides it as bean reference.
 



Copyright (C) 2003-2004 The Spring Framework Project.