public abstract class ScriptRouteBuilder
extends org.apache.camel.builder.RouteBuilder
fromS methods that delegate to the corresponding from methods in order to avoid using 'from' since it could be
a reserved keyword in scripting languages (e.g. in Python).| Constructor and Description |
|---|
ScriptRouteBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.model.RouteDefinition |
fromS(org.apache.camel.Endpoint... endpoints) |
org.apache.camel.model.RouteDefinition |
fromS(org.apache.camel.Endpoint endpoint) |
org.apache.camel.model.RouteDefinition |
fromS(String... uris) |
org.apache.camel.model.RouteDefinition |
fromS(String uri) |
addRoutes, addRoutesToCamelContext, checkInitialized, configure, 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, populateTransformers, populateValidators, propertyInject, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString, transformer, validatorbean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, jsonpath, jsonpath, 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 org.apache.camel.model.RouteDefinition fromS(String uri)
public org.apache.camel.model.RouteDefinition fromS(org.apache.camel.Endpoint endpoint)
public org.apache.camel.model.RouteDefinition fromS(String... uris)
public org.apache.camel.model.RouteDefinition fromS(org.apache.camel.Endpoint... endpoints)
Copyright © 2016–2019 Softelnet. All rights reserved.