Package org.apache.camel.component.stub
Class StubEndpointConfigurer
- java.lang.Object
-
- org.apache.camel.support.component.PropertyConfigurerSupport
-
- org.apache.camel.component.seda.SedaEndpointConfigurer
-
- org.apache.camel.component.vm.VmEndpointConfigurer
-
- org.apache.camel.component.stub.StubEndpointConfigurer
-
- All Implemented Interfaces:
org.apache.camel.spi.GeneratedPropertyConfigurer,org.apache.camel.spi.PropertyConfigurer,org.apache.camel.spi.PropertyConfigurerGetter
public class StubEndpointConfigurer extends org.apache.camel.component.vm.VmEndpointConfigurer implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetterGenerated by camel build tools - do NOT edit this file!
-
-
Constructor Summary
Constructors Constructor Description StubEndpointConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)-
Methods inherited from class org.apache.camel.component.seda.SedaEndpointConfigurer
getOptionType, getOptionValue
-
-
-
-
Method Detail
-
configure
public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)- Specified by:
configurein interfaceorg.apache.camel.spi.PropertyConfigurer- Overrides:
configurein classorg.apache.camel.component.seda.SedaEndpointConfigurer
-
-