public abstract class SendDynamicAwareSupport
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.SendDynamicAware
SendDynamicAware implementations.| Constructor and Description |
|---|
SendDynamicAwareSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
asEndpointUri(org.apache.camel.Exchange exchange,
String uri,
Map<String,Object> properties) |
protected void |
doInit() |
Map<String,Object> |
endpointLenientProperties(org.apache.camel.Exchange exchange,
String uri) |
Map<String,Object> |
endpointProperties(org.apache.camel.Exchange exchange,
String uri) |
org.apache.camel.CamelContext |
getCamelContext() |
String |
getScheme() |
boolean |
resolveRawParameterValues() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setScheme(String scheme) |
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePostProcessor, createPreProcessor, isLenientProperties, isOnlyDynamicQueryParameters, prepare, resolveStaticUripublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic void setScheme(String scheme)
setScheme in interface org.apache.camel.spi.SendDynamicAwarepublic String getScheme()
getScheme in interface org.apache.camel.spi.SendDynamicAwarepublic boolean resolveRawParameterValues()
resolveRawParameterValues in interface org.apache.camel.spi.SendDynamicAwareprotected void doInit()
throws Exception
doInit in class org.apache.camel.support.service.BaseServiceExceptionpublic Map<String,Object> endpointProperties(org.apache.camel.Exchange exchange, String uri) throws Exception
Exceptionpublic Map<String,Object> endpointLenientProperties(org.apache.camel.Exchange exchange, String uri) throws Exception
ExceptionApache Camel