org.apache.servicemix.wsn.spring
Class RegisterPublisherFactoryBean
java.lang.Object
org.apache.servicemix.wsn.spring.RegisterPublisherFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class RegisterPublisherFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
- Version:
- $Revision: 376451 $
- Author:
- gnodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisterPublisherFactoryBean
public RegisterPublisherFactoryBean()
isDemand
public boolean isDemand()
- Returns:
- Returns the demand.
setDemand
public void setDemand(boolean demand)
- Parameters:
demand - The demand to set.
getPublisher
public String getPublisher()
- Returns:
- Returns the publisher.
setPublisher
public void setPublisher(String publisher)
- Parameters:
publisher - The publisher to set.
getTopic
public String getTopic()
- Returns:
- Returns the topic.
setTopic
public void setTopic(String topic)
- Parameters:
topic - The topic to set.
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.