@UriEndpoint(firstVersion="3.1.0",
scheme="workday",
title="Workday",
syntax="workday:entity:path",
producerOnly=true,
label="hcm")
public class WorkdayEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
WorkdayEndpoint() |
WorkdayEndpoint(String uri,
WorkdayComponent component,
WorkdayConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
WorkdayConfiguration |
getWorkdayConfiguration() |
boolean |
isLenientProperties() |
void |
setWorkdayConfiguration(WorkdayConfiguration workdayConfiguration) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic WorkdayEndpoint()
public WorkdayEndpoint(String uri, WorkdayComponent component, WorkdayConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.EndpointisLenientProperties in class org.apache.camel.support.DefaultEndpointpublic WorkdayConfiguration getWorkdayConfiguration()
public void setWorkdayConfiguration(WorkdayConfiguration workdayConfiguration)
Apache Camel