org.apache.servicemix.wsn.spring
Class SubscribeFactoryBean

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

public class SubscribeFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean

Version:
$Revision: 376451 $
Author:
gnodet

Constructor Summary
SubscribeFactoryBean()
           
 
Method Summary
 String getConsumer()
           
 Object getObject()
           
 Class getObjectType()
           
 String getTopic()
           
 String getXpath()
           
 boolean isRaw()
           
 boolean isSingleton()
           
 void setConsumer(String consumer)
           
 void setRaw(boolean raw)
           
 void setTopic(String topic)
           
 void setXpath(String xpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribeFactoryBean

public SubscribeFactoryBean()
Method Detail

getConsumer

public String getConsumer()
Returns:
Returns the consumer.

setConsumer

public void setConsumer(String consumer)
Parameters:
consumer - The consumer to set.

getTopic

public String getTopic()
Returns:
Returns the topic.

setTopic

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

getXpath

public String getXpath()
Returns:
Returns the xpath.

setXpath

public void setXpath(String xpath)
Parameters:
xpath - The xpath to set.

isRaw

public boolean isRaw()
Returns:
Returns the raw.

setRaw

public void setRaw(boolean raw)
Parameters:
raw - The raw 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-2009 The Apache Software Foundation. All Rights Reserved.