public abstract class DefaultProducer
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.Producer
Producer for implementation inheritance.| Constructor and Description |
|---|
DefaultProducer(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Exchange |
createExchange() |
protected void |
doStart() |
protected void |
doStop() |
org.apache.camel.Endpoint |
getEndpoint() |
boolean |
isSingleton()
This implementation will delegate to the endpoint
IsSingleton.isSingleton() |
String |
toString() |
doInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic org.apache.camel.Endpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwarepublic org.apache.camel.Exchange createExchange()
public boolean isSingleton()
IsSingleton.isSingleton()isSingleton in interface org.apache.camel.IsSingletonprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.ServiceSupportExceptionApache Camel