Class WebhookNotificationGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.WebhookNotificationGatewayEndpointConfiguration
-
@UriParams public final class WebhookNotificationGatewayEndpointConfiguration extends BraintreeConfiguration
Camel EndpointConfiguration for com.braintreegateway.WebhookNotificationGateway
-
-
Constructor Summary
Constructors Constructor Description WebhookNotificationGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChallenge()StringgetPayload()StringgetSignature()voidsetChallenge(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, 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)
-
-