public class CamelEndpointLoader extends Object implements org.apache.camel.CamelContextAware
CamelContext
with ActiveMQ Queue endpointsConstructor and Description |
---|
CamelEndpointLoader() |
CamelEndpointLoader(org.apache.camel.CamelContext camelContext,
DestinationSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
addQueue(ActiveMQQueue queue) |
protected void |
addTopic(ActiveMQTopic topic) |
void |
afterPropertiesSet() |
org.apache.camel.CamelContext |
getCamelContext() |
ActiveMQComponent |
getComponent() |
protected String |
getQueueUri(ActiveMQQueue queue) |
protected String |
getTopicUri(ActiveMQTopic topic) |
protected void |
removeQueue(ActiveMQQueue queue) |
protected void |
removeTopic(ActiveMQTopic topic) |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setComponent(ActiveMQComponent component) |
public CamelEndpointLoader()
public CamelEndpointLoader(org.apache.camel.CamelContext camelContext, DestinationSource source)
public void afterPropertiesSet() throws Exception
Exception
public org.apache.camel.CamelContext getCamelContext()
getCamelContext
in interface org.apache.camel.CamelContextAware
public void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext
in interface org.apache.camel.CamelContextAware
public ActiveMQComponent getComponent()
public void setComponent(ActiveMQComponent component)
protected void addQueue(ActiveMQQueue queue) throws Exception
Exception
protected String getQueueUri(ActiveMQQueue queue)
protected void removeQueue(ActiveMQQueue queue) throws Exception
Exception
protected void addTopic(ActiveMQTopic topic) throws Exception
Exception
protected String getTopicUri(ActiveMQTopic topic)
protected void removeTopic(ActiveMQTopic topic) throws Exception
Exception
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.