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="verify",signatures="String verify(String challenge)")},aliases={}) @UriParams @Configurer(extended=true) public final class WebhookNotificationGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration forWebhookNotificationGateway
.
-
-
Constructor Summary
Constructors Constructor Description WebhookNotificationGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChallenge()
String
getPayload()
String
getSignature()
void
setChallenge(String challenge)
void
setPayload(String payload)
void
setSignature(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
-
-
-
-
Method Detail
-
getChallenge
public String getChallenge()
-
setChallenge
public void setChallenge(String challenge)
-
getPayload
public String getPayload()
-
setPayload
public void setPayload(String payload)
-
getSignature
public String getSignature()
-
setSignature
public void setSignature(String signature)
-
-