org.apache.camel.component.sjms2.Sjms2ComponentConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-sjms2 Show documentation
Show all versions of camel-sjms2 Show documentation
A pure Java JMS 2.0 Camel Component
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.sjms2;
import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.ExtendedPropertyConfigurerGetter;
import org.apache.camel.spi.PropertyConfigurerGetter;
import org.apache.camel.spi.ConfigurerStrategy;
import org.apache.camel.spi.GeneratedPropertyConfigurer;
import org.apache.camel.util.CaseInsensitiveMap;
import org.apache.camel.component.sjms.SjmsComponentConfigurer;
/**
* Generated by camel build tools - do NOT edit this file!
*/
@SuppressWarnings("unchecked")
public class Sjms2ComponentConfigurer extends SjmsComponentConfigurer implements GeneratedPropertyConfigurer, PropertyConfigurerGetter {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy