public class SynchronousDelegateProducer extends Object implements org.apache.camel.Producer
| Constructor and Description |
|---|
SynchronousDelegateProducer(org.apache.camel.Producer producer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Endpoint |
getEndpoint() |
void |
init() |
boolean |
isSingleton() |
void |
process(org.apache.camel.Exchange exchange) |
void |
start() |
void |
stop() |
String |
toString() |
public SynchronousDelegateProducer(org.apache.camel.Producer producer)
public org.apache.camel.Endpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwarepublic void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionpublic void init()
init in interface org.apache.camel.Servicepublic void start()
start in interface org.apache.camel.Servicepublic void stop()
stop in interface org.apache.camel.Servicepublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel