public class CamelProxyFactoryBean extends org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
| Constructor and Description |
|---|
CamelProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
protected org.apache.camel.CamelContext |
discoverDefaultCamelContext() |
Boolean |
getBinding() |
org.apache.aries.blueprint.services.ExtendedBlueprintContainer |
getBlueprintContainer() |
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
org.apache.camel.Endpoint |
getEndpoint() |
Object |
getObject() |
Class<Object> |
getObjectType() |
org.apache.camel.Producer |
getProducer() |
String |
getServiceInterface() |
String |
getServiceRef() |
String |
getServiceUrl() |
void |
setBinding(Boolean binding) |
void |
setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer) |
void |
setEndpoint(org.apache.camel.Endpoint endpoint) |
void |
setProducer(org.apache.camel.Producer producer) |
void |
setServiceInterface(String serviceInterface) |
void |
setServiceRef(String serviceRef) |
void |
setServiceUrl(String serviceUrl) |
getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdpublic CamelProxyFactoryBean()
public Object getObject()
getObject in class org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>public Class<Object> getObjectType()
getObjectType in class org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>protected org.apache.camel.CamelContext discoverDefaultCamelContext()
discoverDefaultCamelContext in class org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>public void afterPropertiesSet() throws Exception
public 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 org.apache.camel.Endpoint getEndpoint()
public void setEndpoint(org.apache.camel.Endpoint endpoint)
public org.apache.camel.Producer getProducer()
public void setProducer(org.apache.camel.Producer producer)
public org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)
Apache Camel