public class CamelProxyFactoryBean extends AbstractCamelFactoryBean<Object>
| Constructor and Description |
|---|
CamelProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
protected CamelContext |
discoverDefaultCamelContext()
If no explicit camelContext or camelContextId has been set
then try to discover a default
CamelContext to use. |
Boolean |
getBinding() |
org.apache.aries.blueprint.services.ExtendedBlueprintContainer |
getBlueprintContainer() |
protected CamelContext |
getCamelContextWithId(String camelContextId) |
Endpoint |
getEndpoint() |
Object |
getObject() |
Class<Object> |
getObjectType() |
Producer |
getProducer() |
String |
getServiceInterface() |
String |
getServiceRef() |
String |
getServiceUrl() |
void |
setBinding(Boolean binding) |
void |
setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer) |
void |
setEndpoint(Endpoint endpoint) |
void |
setProducer(Producer producer) |
void |
setServiceInterface(String serviceInterface) |
void |
setServiceRef(String serviceRef) |
void |
setServiceUrl(String serviceUrl) |
getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdgetId, setIdpublic Object getObject()
getObject in class AbstractCamelFactoryBean<Object>public Class<Object> getObjectType()
getObjectType in class AbstractCamelFactoryBean<Object>protected CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class AbstractCamelFactoryBean<Object>protected CamelContext discoverDefaultCamelContext()
AbstractCamelFactoryBeanCamelContext to use.discoverDefaultCamelContext in class AbstractCamelFactoryBean<Object>public void afterPropertiesSet()
throws Exception
afterPropertiesSet in class AbstractCamelFactoryBean<Object>Exceptionpublic void destroy()
throws Exception
destroy in class AbstractCamelFactoryBean<Object>Exceptionpublic String getServiceUrl()
public void setServiceUrl(String serviceUrl)
public String getServiceRef()
public void setServiceRef(String serviceRef)
public Boolean getBinding()
public void setBinding(Boolean binding)
public String getServiceInterface()
public void setServiceInterface(String serviceInterface)
public Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
public Producer getProducer()
public void setProducer(Producer producer)
public org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.