@UriEndpoint(scheme="dozer",
title="Dozer",
syntax="dozer:name",
producerOnly=true,
label="transformation")
public class DozerEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
DozerEndpoint(String endpointUri,
org.apache.camel.Component component,
DozerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
DozerConfiguration |
getConfiguration() |
org.dozer.DozerBeanMapper |
getMapper() |
boolean |
isSingleton() |
void |
setConfiguration(DozerConfiguration configuration) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic DozerEndpoint(String endpointUri, org.apache.camel.Component component, DozerConfiguration configuration) throws Exception
Exceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public DozerConfiguration getConfiguration()
public void setConfiguration(DozerConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultEndpointExceptionApache Camel