public abstract class AbstractExtRoute extends AbstractBasicRoute
| Modifier and Type | Field and Description |
|---|---|
static String |
EXT_IN_ROUTE_SUFFIX
Suffix for asynchronous incoming routes, specific for extension routes.
|
static String |
EXT_OUT_ROUTE_SUFFIX
Suffix for asynchronous outbound routes, specific for extension routes.
|
static String |
EXT_ROUTE_SUFFIX
Suffix for extension routes.
|
EXTERNAL_ROUTE_SUFFIX, IN_ROUTE_SUFFIX, OUT_ROUTE_SUFFIX, ROUTE_ID_DELIMITER, ROUTE_SUFFIX| Constructor and Description |
|---|
AbstractExtRoute() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getExtInRouteId(ServiceExtEnum service,
String operationName)
Gets route ID for asynchronous incoming routes, specific for extension routes.
|
static String |
getExtOutRouteId(ServiceExtEnum service,
String operationName)
Gets route ID for asynchronous outbound routes, specific for extension routes.
|
static String |
getExtRouteId(ServiceExtEnum service,
String operationName)
Gets route ID for synchronous routes, specific for extension routes.
|
addEventNotifier, configure, doConfigure, doErrorHandling, exceptionHandling, getBean, getExternalRouteId, getInRouteId, getInWsUri, getInWsUri, getOutRouteId, getOutWsSoap12Uri, getOutWsSoap12Uri, getOutWsUri, getOutWsUri, getRouteId, isAsynch, printMessageHistory, toStringgetApplicationContext, lookup, lookup, setApplicationContext, transactionErrorHandler, transactionErrorHandler, transactionErrorHandler, transactionErrorHandleraddRoutes, addRoutesToCamelContext, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRestCollection, getRestConfigurations, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollectionbean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, language, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpathpublic static final String EXT_ROUTE_SUFFIX
public static final String EXT_IN_ROUTE_SUFFIX
public static final String EXT_OUT_ROUTE_SUFFIX
public static String getExtRouteId(ServiceExtEnum service, String operationName)
service - the service nameoperationName - the operation nameAbstractBasicRoute.getRouteId(ServiceExtEnum, String)public static String getExtInRouteId(ServiceExtEnum service, String operationName)
service - the service nameoperationName - the operation nameAbstractBasicRoute.getInRouteId(ServiceExtEnum, String)public static String getExtOutRouteId(ServiceExtEnum service, String operationName)
service - the service nameoperationName - the operation nameAbstractBasicRoute.getOutRouteId(ServiceExtEnum, String)Copyright © 2018 Pivotal Software, Inc.. All rights reserved.