org.apache.camel.spring.remoting
Class CamelProxyFactoryBean
java.lang.Object
   org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemotingSupport
       org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.RemoteAccessor
           org.springframework.remoting.support.UrlBasedRemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
               org.apache.camel.spring.remoting.CamelProxyFactoryBean
org.apache.camel.spring.remoting.CamelProxyFactoryBean
- All Implemented Interfaces: 
- CamelContextAware, BeanClassLoaderAware, DisposableBean, FactoryBean, InitializingBean, ApplicationContextAware
- public class CamelProxyFactoryBean 
- extends UrlBasedRemoteAccessor- implements FactoryBean, CamelContextAware, DisposableBean, ApplicationContextAware
A FactoryBean to create a Proxy to a a Camel Pojo Endpoint.
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CamelProxyFactoryBean
public CamelProxyFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
- 
- Specified by:
- afterPropertiesSetin interface- InitializingBean
- Overrides:
- afterPropertiesSetin class- UrlBasedRemoteAccessor
 
- 
 
destroy
public void destroy()
             throws Exception
- 
- Specified by:
- destroyin interface- DisposableBean
 
- 
- Throws:
- Exception
 
getServiceInterface
public Class getServiceInterface()
- 
- Overrides:
- getServiceInterfacein class- RemoteAccessor
 
- 
 
getServiceUrl
public String getServiceUrl()
- 
- Overrides:
- getServiceUrlin class- UrlBasedRemoteAccessor
 
- 
 
getObject
public Object getObject()
                 throws Exception
- 
- Specified by:
- getObjectin interface- FactoryBean
 
- 
- Throws:
- Exception
 
getObjectType
public Class getObjectType()
- 
- Specified by:
- getObjectTypein interface- FactoryBean
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- FactoryBean
 
- 
 
getServiceRef
public String getServiceRef()
- 
 
- 
 
setServiceRef
public void setServiceRef(String serviceRef)
- 
 
- 
 
getEndpoint
public Endpoint getEndpoint()
- 
 
- 
 
setEndpoint
public void setEndpoint(Endpoint endpoint)
- 
 
- 
 
getCamelContext
public CamelContext getCamelContext()
- 
- Specified by:
- getCamelContextin interface- CamelContextAware
 
- 
 
setCamelContext
public void setCamelContext(CamelContext camelContext)
- 
- Specified by:
- setCamelContextin interface- CamelContextAware
 
- 
 
setCamelContextId
public void setCamelContextId(String contextId)
- 
 
- 
 
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
- 
- Specified by:
- setApplicationContextin interface- ApplicationContextAware
 
- 
- Throws:
- BeansException
 
Apache CAMEL