| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static LdifEndpointBuilderFactory.LdifEndpointBuilder |
StaticEndpointBuilders.ldif(String path)
LDIF (camel-ldif)
Perform updates on an LDAP server from an LDIF body content.
|
static LdifEndpointBuilderFactory.LdifEndpointBuilder |
StaticEndpointBuilders.ldif(String componentName,
String path)
LDIF (camel-ldif)
Perform updates on an LDAP server from an LDIF body content.
|
| Modifier and Type | Method and Description |
|---|---|
static LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifBuilders.ldif(String path)
LDIF (camel-ldif)
Perform updates on an LDAP server from an LDIF body content.
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifBuilders.ldif(String componentName,
String path)
LDIF (camel-ldif)
Perform updates on an LDAP server from an LDIF body content.
|
Apache Camel