| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static LdapComponentBuilderFactory.LdapComponentBuilder |
ComponentsBuilderFactory.ldap()
LDAP (camel-ldap)
Perform searches on LDAP servers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapComponentBuilderFactory.LdapComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default LdapComponentBuilderFactory.LdapComponentBuilder |
LdapComponentBuilderFactory.LdapComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default LdapComponentBuilderFactory.LdapComponentBuilder |
LdapComponentBuilderFactory.LdapComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static LdapComponentBuilderFactory.LdapComponentBuilder |
LdapComponentBuilderFactory.ldap()
LDAP (camel-ldap)
Perform searches on LDAP servers.
|
Apache Camel