org.apache.camel.spring.factory
Class BeanEndpointFactory
java.lang.Object
org.apache.camel.spring.factory.BeanEndpointFactory
- All Implemented Interfaces:
- FactoryBean
public class BeanEndpointFactory
- extends Object
- implements FactoryBean
Spring FactoryBean
for creating
Camel BeanEndpoint
objects.
- Version:
- $Revision: 673477 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanEndpointFactory
public BeanEndpointFactory()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
setSingleton
protected void setSingleton(boolean singleton)
Copyright © 2009 Apache Software Foundation. All Rights Reserved.