All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.braintree.AddOnGatewayEndpointConfiguration Maven / Gradle / Ivy

The newest version!
/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 */
package org.apache.camel.component.braintree;

import org.apache.camel.spi.ApiMethod;
import org.apache.camel.spi.ApiParam;
import org.apache.camel.spi.ApiParams;
import org.apache.camel.spi.Configurer;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel endpoint configuration for {@link com.braintreegateway.AddOnGateway}.
 */
@ApiParams(apiName = "addOn", 
           description = "",
           apiMethods = {@ApiMethod(methodName = "all", signatures={"java.util.List all()"})}, aliases = {})
@UriParams
@Configurer(extended = true)
public final class AddOnGatewayEndpointConfiguration extends BraintreeConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy