List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file com.hs.mail.security.config.JaasLoginSupport.java
/**
*
* @author Won Chul Doh
* @since Aug 5, 2010
*
*/
From source file org.camunda.bpm.example.spring.jboss.ProcessEngineClient.java
/** * @author Daniel Meyer * */ public class ProcessEngineClient implements InitializingBean {
From source file com.baidu.jprotobuf.rpc.server.IDLServiceExporter.java
/**
* Export protobuf RPC service for IDL script file
*
* @author xiemalin
* @since 1.0.0
* @see HttpRequestHandlerServlet
From source file fr.mael.microrss.util.DozerConverter.java
public class DozerConverter implements GenericConverter, InitializingBean, BeanFactoryAware { /** Mapper Dozer */ private Mapper mapper; private BeanFactory beanFactory;
From source file org.fusesource.cloudmix.agent.AgentPoller.java
/**
* A polling spring bean which can poll any of the available agents such as
* {@link InstallerAgent}
*
* @version $Revision: 1.1 $
*/
From source file org.redpill.alfresco.repo.webscripts.GetContentPathsToExclude.java
/**
* Webscript that returns file paths to the contentstore for content properties
* that needs to be preserved when running the alfresco-contentstripper python
* script that is distributed within this project.
*
* By default all content in the dataDictionary is preserved together with the
From source file httl.web.springmvc.HttlViewResolver.java
/** * HttlViewResolver. (Integration, Singleton, ThreadSafe) * * @author Liang Fei (liangfei0201 AT gmail DOT com) */ public class HttlViewResolver extends AbstractTemplateViewResolver implements InitializingBean {
From source file us.gaje.mq.StatusListener.java
/** * Route configuration for setting up a listener that * waits for status inputs and returns back a simple, valid body. * */ public class StatusListener extends RouteBuilder implements InitializingBean {
From source file org.vertx.mods.examples.beans.EchoAutowiredVertx.java
/** * @author swilliams * */ public class EchoAutowiredVertx extends AbstractEcho implements InitializingBean {
From source file ch.nydi.aop.interceptor.CompositeInterceptor.java
/** * @author Daniel Nydegger */ public class CompositeInterceptor implements MethodInterceptor, InitializingBean { private MethodInterceptor[] interceptors = new MethodInterceptor[0];