Uses of Interface
org.apache.camel.builder.endpoint.dsl.LdifEndpointBuilderFactory.LdifEndpointBuilder
-
Packages that use LdifEndpointBuilderFactory.LdifEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of LdifEndpointBuilderFactory.LdifEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return LdifEndpointBuilderFactory.LdifEndpointBuilder Modifier and Type Method 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. -
Uses of LdifEndpointBuilderFactory.LdifEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LdifEndpointBuilderFactory.LdifEndpointBuilder Modifier and Type Method Description default LdifEndpointBuilderFactory.LdifEndpointBuilder
LdifEndpointBuilderFactory.AdvancedLdifEndpointBuilder. basic()
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.
-