org.kuali.rice.xml.spring
Class IngestXmlConfig

java.lang.Object
  extended by org.kuali.rice.xml.spring.IngestXmlConfig
All Implemented Interfaces:
org.kuali.common.util.spring.event.ApplicationEventListenerConfig

@Configuration
@Import(value=org.kuali.common.util.spring.service.SpringServiceConfig.class)
public class IngestXmlConfig
extends Object
implements org.kuali.common.util.spring.event.ApplicationEventListenerConfig

Sets up a SmartApplicationListener that ingests workflow XML when it receives a ContextRefreshedEvent.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
IngestXmlConfig()
           
 
Method Summary
 org.springframework.context.event.SmartApplicationListener applicationEventListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestXmlConfig

public IngestXmlConfig()
Method Detail

applicationEventListener

@Bean
public org.springframework.context.event.SmartApplicationListener applicationEventListener()
Specified by:
applicationEventListener in interface org.kuali.common.util.spring.event.ApplicationEventListenerConfig


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.