|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.builder.BuilderSupport
org.apache.camel.builder.RouteBuilder
org.apache.camel.spring.SpringRouteBuilder
public abstract class SpringRouteBuilder
An extension of the RouteBuilder
to provide some additional helper
methods
Constructor Summary | |
---|---|
SpringRouteBuilder()
|
Method Summary | ||
---|---|---|
|
bean(Class<T> type)
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 |
|
|
bean(Class<T> type,
String beanName)
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 |
|
ApplicationContext |
getApplicationContext()
Returns the application context which has been configured via the setApplicationContext(ApplicationContext) method or from the
underlying SpringCamelContext |
|
void |
setApplicationContext(ApplicationContext applicationContext)
Sets the application context to use to lookup beans |
|
TransactionErrorHandlerBuilder |
transactionErrorHandler(SpringTransactionPolicy policy)
Creates a transaction error handler. |
|
TransactionInterceptor |
transactionInterceptor()
|
Methods inherited from class org.apache.camel.builder.RouteBuilder |
---|
addRoutes, checkInitialized, configure, configureRoute, createContainer, errorHandler, exception, from, from, getContext, getRouteCollection, getRouteList, inheritErrorHandler, intercept, intercept, intercept, noStreamCaching, onException, onException, populateRoutes, setErrorHandlerBuilder, setInheritErrorHandler, setRouteCollection, streamCaching, toString |
Methods inherited from class org.apache.camel.builder.BuilderSupport |
---|
body, body, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, deadLetterChannel, endpoint, endpoint, endpoints, endpoints, faultBody, faultBodyAs, getErrorHandlerBuilder, header, isInheritErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, noErrorHandler, outBody, outBody, regexReplaceAll, regexReplaceAll, setContext, systemProperty, systemProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.camel.Routes |
---|
setContext |
Constructor Detail |
---|
public SpringRouteBuilder()
Method Detail |
---|
public TransactionInterceptor transactionInterceptor()
public <T> T bean(Class<T> type, String beanName)
type
- the type of the beanbeanName
- the name of the bean in the application context
public <T> T bean(Class<T> type)
type
- the type of the bean
public ApplicationContext getApplicationContext()
setApplicationContext(ApplicationContext)
method or from the
underlying SpringCamelContext
public void setApplicationContext(ApplicationContext applicationContext)
setApplicationContext
in interface ApplicationContextAware
public TransactionErrorHandlerBuilder transactionErrorHandler(SpringTransactionPolicy policy)
policy
- using this transaction policy (eg: required, supports, ...)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |