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
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopEmitterFactoryBean
public NoopEmitterFactoryBean()
-
-
Method Details
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<NoopEmitter>
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-