org.apache.servicemix.wsn.spring
Class RegisterPublisherFactoryBean

java.lang.Object
  extended by org.apache.servicemix.wsn.spring.RegisterPublisherFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class RegisterPublisherFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean

Version:
$Revision: 376451 $
Author:
gnodet

Constructor Summary
RegisterPublisherFactoryBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterPublisherFactoryBean

public RegisterPublisherFactoryBean()
Method Detail

isDemand

public boolean isDemand()
Returns:
Returns the demand.

setDemand

public void setDemand(boolean demand)
Parameters:
demand - The demand to set.

getPublisher

public java.lang.String getPublisher()
Returns:
Returns the publisher.

setPublisher

public void setPublisher(java.lang.String publisher)
Parameters:
publisher - The publisher to set.

getTopic

public java.lang.String getTopic()
Returns:
Returns the topic.

setTopic

public void setTopic(java.lang.String topic)
Parameters:
topic - The topic to set.

getObject

public java.lang.Object getObject()
                           throws java.lang.Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
java.lang.Exception

getObjectType

public java.lang.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-2013 FuseSource. All Rights Reserved.