Class ClaxonRegistryFactoryBean
- java.lang.Object
-
- org.smallmind.claxon.registry.spring.ClaxonRegistryFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<ClaxonRegistry>,org.springframework.beans.factory.InitializingBean
public class ClaxonRegistryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ClaxonRegistry>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
-
-
Constructor Summary
Constructors Constructor Description ClaxonRegistryFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()ClaxonRegistrygetObject()Class<?>getObjectType()booleanisSingleton()voidsetConfiguration(ClaxonConfiguration configuration)voidsetEmitterMap(Map<String,Emitter> emitterMap)
-
-
-
Method Detail
-
setConfiguration
public void setConfiguration(ClaxonConfiguration configuration)
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<ClaxonRegistry>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<ClaxonRegistry>
-
getObject
public ClaxonRegistry getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<ClaxonRegistry>
-
destroy
public void destroy() throws InterruptedException- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
InterruptedException
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
-