Example usage for org.springframework.beans.factory BeanClassLoaderAware interface-usage

List of usage examples for org.springframework.beans.factory BeanClassLoaderAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory BeanClassLoaderAware interface-usage.

Usage

From source file org.impalaframework.spring.service.exporter.ServiceRegistryExporter.java

/**
 * Bean which can be used to export beans into the service registry. This class
 * gives full control over how the bean is added to the service registry. Use
 * this class when you want to export individual beans either with attributes or
 * tags. You can also set the name which clients can use to find the 
 * bean in the registry.

From source file org.springframework.xd.module.core.ModuleFactory.java

/**
 * Determines the type of {@link Module} to create from the Module's metadata and creates a module instance. Also,
 * resolves {@link org.springframework.xd.module.options.ModuleOptions} in the process.
 *
 * @author David Turanski
 * @author Ilayaperumal Gopinathan

From source file org.zalando.stups.spring.cloud.netflix.feign.OAuth2FeignClientsRegsitrar.java

/**
 * Same as {@link FeignClientsRegistrar} the only change needed was to register another type of FeinClientFactoryBean.
 * Here we use {@link TokensFeignClientFactoryBean}. Maybe we can configure this in the 'enable'-annotation somehow.
 *
 * @author  jbellmann
 */

From source file org.impalaframework.spring.service.exporter.NamedServiceAutoExportPostProcessor.java

/**
 * {@link BeanPostProcessor} which attempts to register the created bean
 * with the {@link ServiceRegistry}, but only if the current bean's parent context
 * has a same-named bean which implements {@link NamedServiceEndpoint}.
 * 
 * @author Phil Zoio

From source file org.springframework.data.gemfire.CacheFactoryBean.java

/**
 * Factory used for configuring a Gemfire Cache manager. Allows either retrieval of an existing, opened cache 
 * or the creation of a new one.
    
 * <p>This class implements the {@link org.springframework.dao.support.PersistenceExceptionTranslator}
 * interface, as auto-detected by Spring's

From source file com.myspring.integration.schedule.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file org.okj.commons.annotations.ServiceReferenceInjectionBeanPostProcessor.java

/**
 * <code>BeanPostProcessor</code> that processed annotation to inject
 * Spring-DM managed OSGi services.
 * 
 * @author Andy Piper
 */

From source file org.springframework.osgi.extensions.annotation.ServiceReferenceInjectionBeanPostProcessor.java

/**
 * <code>BeanPostProcessor</code> that processed annotation to inject Spring-DM
 * managed OSGi services.
 * 
 * @author Andy Piper
 */

From source file cn.uncode.schedule.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file org.springframework.integration.config.ConsumerEndpointFactoryBean.java

/**
 * @author Mark Fisher
 * @author Oleg Zhurakousky
 * @author Josh Long
 * @author Gary Russell
 */