public class ActiveMQEndpointConfigurer
extends org.apache.camel.component.jms.JmsEndpointConfigurer
implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
| Constructor and Description |
|---|
ActiveMQEndpointConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase) |
Object |
getCollectionValueType(Object target,
String name,
boolean ignoreCase) |
Class<?> |
getOptionType(String name,
boolean ignoreCase) |
Object |
getOptionValue(Object obj,
String name,
boolean ignoreCase) |
public boolean configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase)
configure in interface org.apache.camel.spi.PropertyConfigurerconfigure in class org.apache.camel.component.jms.JmsEndpointConfigurerpublic Class<?> getOptionType(String name, boolean ignoreCase)
getOptionType in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionType in class org.apache.camel.component.jms.JmsEndpointConfigurerpublic Object getOptionValue(Object obj, String name, boolean ignoreCase)
getOptionValue in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionValue in class org.apache.camel.component.jms.JmsEndpointConfigurerApache Camel