org.apache.camel.component.ldap
Class LdapProducer<E extends Exchange>
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer<DefaultExchange>
org.apache.camel.component.ldap.LdapProducer<E>
- All Implemented Interfaces:
- Processor, Producer<DefaultExchange>, Service
public class LdapProducer<E extends Exchange>
- extends DefaultProducer<DefaultExchange>
- Version:
- $
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
LdapProducer
public LdapProducer(LdapEndpoint endpoint,
String remaining,
String base,
int scope)
throws Exception
- Throws:
Exception
process
public void process(Exchange exchange)
throws Exception
- Throws:
Exception
getControls
protected SearchControls getControls()
Apache CAMEL