Package org.apache.camel.blueprint
Class CamelProxyFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
-
- org.apache.camel.blueprint.CamelProxyFactoryBean
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
public class CamelProxyFactoryBean extends org.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
A factory to create a Proxy to a a Camel Pojo Endpoint.
-
-
Constructor Summary
Constructors Constructor Description CamelProxyFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()protected org.apache.camel.CamelContextdiscoverDefaultCamelContext()BooleangetBinding()org.apache.aries.blueprint.services.ExtendedBlueprintContainergetBlueprintContainer()protected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId)org.apache.camel.EndpointgetEndpoint()ObjectgetObject()Class<Object>getObjectType()org.apache.camel.ProducergetProducer()StringgetServiceInterface()StringgetServiceRef()StringgetServiceUrl()voidsetBinding(Boolean binding)voidsetBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)voidsetEndpoint(org.apache.camel.Endpoint endpoint)voidsetProducer(org.apache.camel.Producer producer)voidsetServiceInterface(String serviceInterface)voidsetServiceRef(String serviceRef)voidsetServiceUrl(String serviceUrl)
-
-
-
Constructor Detail
-
CamelProxyFactoryBean
public CamelProxyFactoryBean()
-
-
Method Detail
-
getObject
public Object getObject()
- Specified by:
getObjectin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
-
getObjectType
public Class<Object> getObjectType()
- Specified by:
getObjectTypein classorg.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
-
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
-
discoverDefaultCamelContext
protected org.apache.camel.CamelContext discoverDefaultCamelContext()
- Overrides:
discoverDefaultCamelContextin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<Object>
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
-
getServiceUrl
public String getServiceUrl()
-
setServiceUrl
public void setServiceUrl(String serviceUrl)
-
getServiceRef
public String getServiceRef()
-
setServiceRef
public void setServiceRef(String serviceRef)
-
getBinding
public Boolean getBinding()
-
setBinding
public void setBinding(Boolean binding)
-
getServiceInterface
public String getServiceInterface()
-
setServiceInterface
public void setServiceInterface(String serviceInterface)
-
getEndpoint
public org.apache.camel.Endpoint getEndpoint()
-
setEndpoint
public void setEndpoint(org.apache.camel.Endpoint endpoint)
-
getProducer
public org.apache.camel.Producer getProducer()
-
setProducer
public void setProducer(org.apache.camel.Producer producer)
-
getBlueprintContainer
public org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
-
setBlueprintContainer
public void setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)
-
-