Class ClientTokenGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.ClientTokenGatewayEndpointConfiguration
-
@ApiParams(apiName="clientToken", description="Generates client tokens, which are used to authenticate requests made directly on behalf of merchants This class does not need to be instantiated directly", apiMethods=@ApiMethod(methodName="generate",signatures={"String generate()","String generate(com.braintreegateway.ClientTokenRequest request)"}), aliases={}) @UriParams @Configurer(extended=true) public final class ClientTokenGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration forClientTokenGateway
.
-
-
Constructor Summary
Constructors Constructor Description ClientTokenGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.braintreegateway.ClientTokenRequest
getRequest()
void
setRequest(com.braintreegateway.ClientTokenRequest request)
-
Methods inherited from class org.apache.camel.component.braintree.BraintreeConfiguration
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
-