org.apache.camel.spring.remoting
Class CamelProxyFactoryBean

java.lang.Object
  extended by org.springframework.remoting.support.RemotingSupport
      extended by org.springframework.remoting.support.RemoteAccessor
          extended by org.springframework.remoting.support.UrlBasedRemoteAccessor
              extended by org.apache.camel.spring.remoting.CamelProxyFactoryBean
All Implemented Interfaces:
CamelContextAware, BeanClassLoaderAware, DisposableBean, FactoryBean, InitializingBean

public class CamelProxyFactoryBean
extends UrlBasedRemoteAccessor
implements FactoryBean, CamelContextAware, DisposableBean

A FactoryBean to create a Proxy to a a Camel Pojo Endpoint.


Field Summary
 
Fields inherited from class org.springframework.remoting.support.RemotingSupport
logger
 
Constructor Summary
CamelProxyFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 CamelContext getCamelContext()
           
 Endpoint getEndpoint()
           
 Object getObject()
           
 Class getObjectType()
           
 Class getServiceInterface()
           
 String getServiceUrl()
           
 boolean isSingleton()
           
 void setCamelContext(CamelContext camelContext)
           
 void setEndpoint(Endpoint endpoint)
           
 
Methods inherited from class org.springframework.remoting.support.UrlBasedRemoteAccessor
setServiceUrl
 
Methods inherited from class org.springframework.remoting.support.RemoteAccessor
setServiceInterface
 
Methods inherited from class org.springframework.remoting.support.RemotingSupport
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelProxyFactoryBean

public CamelProxyFactoryBean()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface InitializingBean
Overrides:
afterPropertiesSet in class UrlBasedRemoteAccessor

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface DisposableBean
Throws:
Exception

getServiceInterface

public Class getServiceInterface()
Overrides:
getServiceInterface in class RemoteAccessor

getServiceUrl

public String getServiceUrl()
Overrides:
getServiceUrl in class UrlBasedRemoteAccessor

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

getEndpoint

public Endpoint getEndpoint()

setEndpoint

public void setEndpoint(Endpoint endpoint)

getCamelContext

public CamelContext getCamelContext()

setCamelContext

public void setCamelContext(CamelContext camelContext)
Specified by:
setCamelContext in interface CamelContextAware


Apache CAMEL