Class WebhookNotificationGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.WebhookNotificationGatewayEndpointConfiguration
@ApiParams(apiName="webhookNotification",description="To retrieve notifications via webhooks",apiMethods={@ApiMethod(methodName="parse",signatures="com.braintreegateway.WebhookNotification parse(String signature, String payload)"),@ApiMethod(methodName="parseWithoutSignatureVerification",signatures="com.braintreegateway.WebhookNotification parseWithoutSignatureVerification(String payload)"),@ApiMethod(methodName="verify",signatures="String verify(String challenge)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class WebhookNotificationGatewayEndpointConfiguration
extends BraintreeConfiguration
Camel endpoint configuration for
WebhookNotificationGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChallenge(String challenge) voidsetPayload(String payload) voidsetSignature(String signature) 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
-
Constructor Details
-
WebhookNotificationGatewayEndpointConfiguration
public WebhookNotificationGatewayEndpointConfiguration()
-
-
Method Details
-
getChallenge
-
setChallenge
-
getPayload
-
setPayload
-
getSignature
-
setSignature
-