| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
ComponentsBuilderFactory.springLdap()
Spring LDAP (camel-spring-ldap)
Perform searches in LDAP servers using filters as the message payload.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringLdapComponentBuilderFactory.SpringLdapComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
SpringLdapComponentBuilderFactory.springLdap()
Spring LDAP (camel-spring-ldap)
Perform searches in LDAP servers using filters as the message payload.
|
Apache Camel