@UriEndpoint(firstVersion="2.15.0",
scheme="dozer",
title="Dozer",
syntax="dozer:name",
producerOnly=true,
label="transformation")
public class DozerEndpoint
extends org.apache.camel.support.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() |
com.github.dozermapper.core.Mapper |
getMapper() |
protected void |
initDozerBeanContainerAndMapper() |
boolean |
isSingleton() |
void |
setConfiguration(DozerConfiguration configuration) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public DozerEndpoint(String endpointUri, org.apache.camel.Component component, DozerConfiguration configuration) throws Exception
Exception
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public boolean isSingleton()
public DozerConfiguration getConfiguration()
public void setConfiguration(DozerConfiguration configuration)
protected void doStart() throws Exception
doStart
in class org.apache.camel.support.DefaultEndpoint
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.support.DefaultEndpoint
Exception
Apache Camel