Class StubEndpointConfigurer

java.lang.Object
org.apache.camel.support.component.PropertyConfigurerSupport
org.apache.camel.component.seda.SedaEndpointConfigurer
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.seda.SedaEndpointConfigurer implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Generated by camel build tools - do NOT edit this file!
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)
     

    Methods inherited from class org.apache.camel.component.seda.SedaEndpointConfigurer

    getCollectionValueType, getOptionType, getOptionValue

    Methods inherited from class org.apache.camel.support.component.PropertyConfigurerSupport

    property

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.spi.PropertyConfigurerGetter

    getAutowiredNames, getCollectionValueType, getOptionType, getOptionValue
  • Constructor Details

    • StubEndpointConfigurer

      public StubEndpointConfigurer()
  • Method Details

    • configure

      public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)
      Specified by:
      configure in interface org.apache.camel.spi.PropertyConfigurer
      Overrides:
      configure in class org.apache.camel.component.seda.SedaEndpointConfigurer