@UriEndpoint(firstVersion="2.17.0",
scheme="braintree",
title="Braintree",
syntax="braintree:apiName/methodName",
producerOnly=true,
apiSyntax="apiName/methodName",
category={CLOUD,PAYMENT})
public class BraintreeEndpoint
extends org.apache.camel.support.component.AbstractApiEndpoint<BraintreeApiName,BraintreeConfiguration>
| Constructor and Description |
|---|
BraintreeEndpoint(String uri,
BraintreeComponent component,
BraintreeApiName apiName,
String methodName,
BraintreeConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterConfigureProperties() |
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
Object |
getApiProxy(org.apache.camel.support.component.ApiMethod method,
Map<String,Object> args) |
BraintreeComponent |
getComponent() |
protected org.apache.camel.support.component.ApiMethodPropertiesHelper<BraintreeConfiguration> |
getPropertiesHelper() |
protected String |
getThreadProfileName() |
configureConsumer, configureProperties, getApiName, getCandidates, getConfiguration, getEndpointProperties, getEndpointPropertyNames, getExecutorService, getInBody, getMethodHelper, getMethodName, interceptProperties, interceptPropertyNames, setInBodyconfigureScheduledPollConsumerProperties, doConfigureConsumer, doStart, doStop, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDefaultDelay, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelayconfigurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setAutowiredEnabled, 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, waitcreateAsyncProducer, createExchange, createExchange, createPollingConsumer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, isLenientProperties, isSingletonProducer, setCamelContextpublic BraintreeEndpoint(String uri, BraintreeComponent component, BraintreeApiName apiName, String methodName, BraintreeConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic BraintreeComponent getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointprotected org.apache.camel.support.component.ApiMethodPropertiesHelper<BraintreeConfiguration> getPropertiesHelper()
getPropertiesHelper in class org.apache.camel.support.component.AbstractApiEndpoint<BraintreeApiName,BraintreeConfiguration>protected String getThreadProfileName()
getThreadProfileName in class org.apache.camel.support.component.AbstractApiEndpoint<BraintreeApiName,BraintreeConfiguration>protected void afterConfigureProperties()
afterConfigureProperties in class org.apache.camel.support.component.AbstractApiEndpoint<BraintreeApiName,BraintreeConfiguration>public Object getApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)
getApiProxy in class org.apache.camel.support.component.AbstractApiEndpoint<BraintreeApiName,BraintreeConfiguration>Apache Camel