public class EjbComponent
extends org.apache.camel.component.bean.BeanComponent
BeanComponent.| Constructor and Description |
|---|
EjbComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
Context |
getContext() |
Properties |
getProperties() |
void |
setContext(Context context)
The Context to use for looking up the EJBs
|
void |
setProperties(Properties properties)
Properties for creating javax.naming.Context if a context has not been configured.
|
doShutdown, getCache, setCachecreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.component.bean.BeanComponentExceptionpublic Context getContext() throws NamingException
NamingExceptionpublic void setContext(Context context)
public Properties getProperties()
public void setProperties(Properties properties)
Apache Camel