Class NoopEmitterFactoryBean
- java.lang.Object
-
- org.smallmind.claxon.emitter.noop.spring.NoopEmitterFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<NoopEmitter>,org.springframework.beans.factory.InitializingBean
public class NoopEmitterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<NoopEmitter>, org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description NoopEmitterFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()NoopEmittergetObject()Class<?>getObjectType()booleanisSingleton()
-
-
-
Method Detail
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
getObject
public NoopEmitter getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
-