org.apache.camel.spring.factory
Class BeanEndpointFactory

java.lang.Object
  extended by org.apache.camel.spring.factory.BeanEndpointFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

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

Spring FactoryBean for creating Camel BeanEndpoint objects.

Version:
$Revision: 673477 $

Constructor Summary
BeanEndpointFactory()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
protected  void setSingleton(boolean singleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEndpointFactory

public BeanEndpointFactory()
Method Detail

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

setSingleton

protected void setSingleton(boolean singleton)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.