Class ScribeLoggerConsumerFactoryBean
- java.lang.Object
-
- org.smallmind.claxon.emitter.message.spring.ScribeLoggerConsumerFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>,org.springframework.beans.factory.InitializingBean
public class ScribeLoggerConsumerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>, org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description ScribeLoggerConsumerFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()ScribeLoggerConsumergetObject()Class<?>getObjectType()booleanisSingleton()voidsetCaller(Class<?> caller)voidsetLevel(org.smallmind.scribe.pen.Level level)
-
-
-
Method Detail
-
setCaller
public void setCaller(Class<?> caller)
-
setLevel
public void setLevel(org.smallmind.scribe.pen.Level level)
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
-
getObject
public ScribeLoggerConsumer getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
-