org.apache.camel.component.ldap
Class LdapProducer<E extends Exchange>

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer<DefaultExchange>
          extended by org.apache.camel.component.ldap.LdapProducer<E>
All Implemented Interfaces:
Processor, Producer<DefaultExchange>, Service

public class LdapProducer<E extends Exchange>
extends DefaultProducer<DefaultExchange>

Version:
$

Constructor Summary
LdapProducer(LdapEndpoint endpoint, String remaining, String base, int scope)
           
 
Method Summary
protected  SearchControls getControls()
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

LdapProducer

public LdapProducer(LdapEndpoint endpoint,
                    String remaining,
                    String base,
                    int scope)
             throws Exception
Throws:
Exception
Method Detail

process

public void process(Exchange exchange)
             throws Exception
Throws:
Exception

getControls

protected SearchControls getControls()


Apache CAMEL