public class LumberjackRoutes
extends org.apache.camel.builder.RouteBuilder
| Modifier and Type | Field and Description |
|---|---|
(package private) Integer |
globalSslPort |
static String |
MOCK_ENDPOINT_WITH_GLOBAL_SSL |
static String |
MOCK_ENDPOINT_WITH_SSL |
static String |
MOCK_ENDPOINT_WITHOUT_SSL |
(package private) Integer |
noSslPort |
(package private) Integer |
sslPort |
| Constructor and Description |
|---|
LumberjackRoutes() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
org.apache.camel.support.jsse.SSLContextParameters |
createServerSSLContextParameters()
Creates SSL Context Parameters for the server
|
(package private) org.apache.camel.component.lumberjack.LumberjackComponent |
lumberjackGlobalSsl()
We need to implement some conditional configuration of the
LumberjackComponent thus we create it
programmatically and publish via CDI. |
(package private) org.apache.camel.support.jsse.SSLContextParameters |
ssl() |
addLifecycleInterceptor, addRoutes, addRoutesToCamelContext, bindToRegistry, bindToRegistry, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, configureRouteTemplate, errorHandler, from, from, from, fromF, getOrder, getRestCollection, getRestConfiguration, getRouteCollection, getRouteTemplateCollection, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, populateRouteTemplates, populateTransformers, populateValidators, propertyInject, removeLifecycleInterceptor, rest, rest, restConfiguration, routeTemplate, setErrorHandlerBuilder, setRestCollection, setRouteCollection, setRouteTemplateCollection, toString, transformer, validatorbody, 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, xpathpublic static final String MOCK_ENDPOINT_WITHOUT_SSL
public static final String MOCK_ENDPOINT_WITH_SSL
public static final String MOCK_ENDPOINT_WITH_GLOBAL_SSL
Integer sslPort
Integer noSslPort
Integer globalSslPort
@Produces
@ApplicationScoped
@Named(value="lumberjack-global-ssl")
org.apache.camel.component.lumberjack.LumberjackComponent lumberjackGlobalSsl()
throws IllegalAccessException,
NoSuchFieldException,
InstantiationException
LumberjackComponent thus we create it
programmatically and publish via CDI.LumberjackComponentIllegalAccessExceptionNoSuchFieldExceptionInstantiationException@Produces @Named(value="ssl") org.apache.camel.support.jsse.SSLContextParameters ssl()
public void configure()
throws Exception
configure in class org.apache.camel.builder.RouteBuilderExceptionpublic org.apache.camel.support.jsse.SSLContextParameters createServerSSLContextParameters()
Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.