public class EventComponent
extends org.apache.camel.impl.DefaultComponent
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
EventComponent() |
EventComponent(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected EventEndpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
org.springframework.context.ApplicationContext |
getApplicationContext() |
org.springframework.context.ConfigurableApplicationContext |
getConfigurableApplicationContext() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic EventComponent()
public EventComponent(org.springframework.context.ApplicationContext applicationContext)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ConfigurableApplicationContext getConfigurableApplicationContext()
Apache Camel