org.apache.camel.component.ldap
Class LdapEndpoint<E extends Exchange>
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<E>
org.apache.camel.component.ldap.LdapEndpoint<E>
- All Implemented Interfaces:
- CamelContextAware, Endpoint<E>
public class LdapEndpoint<E extends Exchange>
- extends DefaultEndpoint<E>
Represents an endpoint that synchronously invokes an LDAP server when a producer sends a message to it.
- Version:
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, convertTo, createEndpointUri, createExchange, createExchange, createExchange, createExecutorService, createPollingConsumer, equals, getCamelContext, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, isLenientProperties, setCamelContext, setContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
SYSTEM_DN
public static final String SYSTEM_DN
- See Also:
- Constant Field Values
OBJECT_SCOPE
public static final String OBJECT_SCOPE
- See Also:
- Constant Field Values
ONELEVEL_SCOPE
public static final String ONELEVEL_SCOPE
- See Also:
- Constant Field Values
SUBTREE_SCOPE
public static final String SUBTREE_SCOPE
- See Also:
- Constant Field Values
LdapEndpoint
protected LdapEndpoint(String endpointUri,
String remaining,
LdapComponent component)
throws URISyntaxException
- Throws:
URISyntaxException
LdapEndpoint
public LdapEndpoint(String endpointUri,
String remaining)
throws URISyntaxException
- Throws:
URISyntaxException
createConsumer
public Consumer<E> createConsumer(Processor processor)
throws Exception
- Throws:
Exception
createProducer
public Producer<E> createProducer()
throws Exception
- Throws:
Exception
isSingleton
public boolean isSingleton()
getBase
public String getBase()
setBase
public void setBase(String base)
getScope
public String getScope()
setScope
public void setScope(String scope)
Apache CAMEL