org.apache.camel.component.ldap
Class LdapProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.ldap.LdapProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service, ShutdownableService
public class LdapProducer
- extends DefaultProducer
- Version:
- $
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, 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
- Description copied from interface:
Processor
- Processes the message exchange
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
getControls
protected SearchControls getControls()
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.