@UriEndpoint(firstVersion="2.17.0",
scheme="braintree",
title="Braintree",
syntax="braintree:apiName/methodName",
label="api,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() |
configureProperties, getApiName, getCandidates, getConfiguration, getEndpointProperties, getEndpointPropertyNames, getExecutorService, getInBody, getMethodHelper, getMethodName, interceptProperties, interceptPropertyNames, setInBodyconfigureConsumer, configureScheduledPollConsumerProperties, doConfigureConsumer, doStart, doStop, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, 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, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, 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 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