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.LdifEndpointBuilderStaticEndpointBuilders. ldif(String path)LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content.static LdifEndpointBuilderFactory.LdifEndpointBuilderStaticEndpointBuilders. 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 static LdifEndpointBuilderFactory.LdifEndpointBuilderLdifEndpointBuilderFactory. endpointBuilder(String componentName, String path)default LdifEndpointBuilderFactory.LdifEndpointBuilderLdifEndpointBuilderFactory.LdifEndpointBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).default LdifEndpointBuilderFactory.LdifEndpointBuilderLdifEndpointBuilderFactory.LdifEndpointBuilder. lazyStartProducer(String lazyStartProducer)Whether the producer should be started lazy (on the first message).default LdifEndpointBuilderFactory.LdifEndpointBuilderLdifEndpointBuilderFactory.LdifBuilders. ldif(String path)LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content.default LdifEndpointBuilderFactory.LdifEndpointBuilderLdifEndpointBuilderFactory.LdifBuilders. ldif(String componentName, String path)LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content.
-