org.apache.camel.component.ldap
Class LdapEndpoint
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.ldap.LdapEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasId
public class LdapEndpoint
- extends org.apache.camel.impl.DefaultEndpoint
Represents an endpoint that synchronously invokes an LDAP server when a producer sends a message to it.
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from interface org.apache.camel.Service |
start, stop |
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 org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
createProducer
public org.apache.camel.Producer 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)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getReturnedAttributes
public String getReturnedAttributes()
setReturnedAttributes
public void setReturnedAttributes(String returnedAttributes)
Apache CAMEL