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() |
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 start()
throws Exception
start in interface org.apache.camel.ServiceExceptionpublic void stop()
throws Exception
stop in interface org.apache.camel.ServiceExceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel