public class RegisterPublisherFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
RegisterPublisherFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
java.lang.String |
getPublisher() |
java.lang.String |
getTopic() |
boolean |
isDemand() |
boolean |
isSingleton() |
void |
setDemand(boolean demand) |
void |
setPublisher(java.lang.String publisher) |
void |
setTopic(java.lang.String topic) |
public boolean isDemand()
public void setDemand(boolean demand)
demand - The demand to set.public java.lang.String getPublisher()
public void setPublisher(java.lang.String publisher)
publisher - The publisher to set.public java.lang.String getTopic()
public void setTopic(java.lang.String topic)
topic - The topic to set.public java.lang.Object getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBeanjava.lang.Exceptionpublic java.lang.Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2005-2017 FuseSource. All Rights Reserved.