Class SpringRouteBuilder

    • Field Summary

      • Fields inherited from class org.apache.camel.builder.RouteBuilder

        log
      • Fields inherited from interface org.apache.camel.Ordered

        HIGHEST, LOWEST
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringRouteBuilder()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApplicationContext getApplicationContext()
      Deprecated.
      Returns the application context which has been configured via the setApplicationContext(ApplicationContext) method or from the underlying SpringCamelContext
      <T> T lookup​(Class<T> type)
      Deprecated.
      Looks up the bean with the given type in the application context and returns it, or throws an exception if the bean is not present or there are multiple possible beans to choose from for the given type
      <T> T lookup​(String beanName, Class<T> type)
      Deprecated.
      Looks up the bean with the given name in the application context and returns it, or throws an exception if the bean is not present or is not of the given type
      void setApplicationContext​(ApplicationContext applicationContext)
      Deprecated.
      Sets the application context to use to lookup beans
      TransactionErrorHandlerBuilder transactionErrorHandler()
      Deprecated.
      Creates a transaction error handler that will lookup in application context for an exiting transaction manager.
      TransactionErrorHandlerBuilder transactionErrorHandler​(SpringTransactionPolicy policy)
      Deprecated.
      Creates a transaction error handler.
      TransactionErrorHandlerBuilder transactionErrorHandler​(PlatformTransactionManager transactionManager)
      Deprecated.
      Creates a transaction error handler.
      TransactionErrorHandlerBuilder transactionErrorHandler​(TransactionTemplate template)
      Deprecated.
      Creates a transaction error handler.
      • Methods inherited from class org.apache.camel.builder.RouteBuilder

        addLifecycleInterceptor, addRoutes, addRoutesToCamelContext, bindToRegistry, bindToRegistry, checkInitialized, configure, configureRest, configureRests, configureRoute, configureRoutes, errorHandler, from, from, from, fromF, getOrder, getRestCollection, getRestConfiguration, getRouteCollection, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, populateTransformers, populateValidators, propertyInject, removeLifecycleInterceptor, rest, rest, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString, transformer, validator
      • Methods inherited from class org.apache.camel.builder.BuilderSupport

        body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, getContext, getErrorHandlerBuilder, header, jsonpath, jsonpath, method, method, method, method, noErrorHandler, regexReplaceAll, regexReplaceAll, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath, xpath, xpath