@UriEndpoint(firstVersion="2.20.0",
scheme="ldif",
title="LDIF",
syntax="ldif:ldapConnectionName",
producerOnly=true,
label="ldap")
public class LdifEndpoint
extends org.apache.camel.impl.DefaultEndpoint
Modifier | Constructor and Description |
---|---|
protected |
LdifEndpoint(String endpointUri,
String remaining,
LdifComponent component) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getLdapConnectionName() |
boolean |
isSingleton() |
void |
setLdapConnectionName(String ldapConnectionName)
The name of the LdapConnection bean to pull from the registry.
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected LdifEndpoint(String endpointUri, String remaining, LdifComponent component) throws URISyntaxException
URISyntaxException
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public boolean isSingleton()
public String getLdapConnectionName()
public void setLdapConnectionName(String ldapConnectionName)
Apache Camel