| Package | Description |
|---|---|
| org.apache.camel.component.braintree | |
| org.apache.camel.component.braintree.internal |
| Modifier and Type | Method and Description |
|---|---|
BraintreeApiName |
BraintreeConfiguration.getApiName() |
protected BraintreeApiName |
BraintreeComponent.getApiName(String apiNameStr) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
BraintreeComponent.createEndpoint(String uri,
String methodName,
BraintreeApiName apiName,
BraintreeConfiguration endpointConfiguration) |
void |
BraintreeConfiguration.setApiName(BraintreeApiName apiName)
What kind of operation to perform
|
| Constructor and Description |
|---|
BraintreeEndpoint(String uri,
BraintreeComponent component,
BraintreeApiName apiName,
String methodName,
BraintreeConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static BraintreeApiName |
BraintreeApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BraintreeApiName[] |
BraintreeApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BraintreeConfiguration |
BraintreeApiCollection.getEndpointConfiguration(BraintreeApiName apiName) |
Apache Camel