| Package | Description |
|---|---|
| org.apache.camel.util.component |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractApiEndpoint<E,T> |
AbstractApiProducer.endpoint |
protected AbstractApiEndpoint<E,T> |
AbstractApiConsumer.endpoint |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E> & ApiName,T> |
ApiConsumerHelper.findMethod(AbstractApiEndpoint<E,T> endpoint,
PropertyNamesInterceptor propertyNamesInterceptor)
Utility method to find matching API Method for supplied endpoint's configuration properties.
|
| Constructor and Description |
|---|
AbstractApiConsumer(AbstractApiEndpoint<E,T> endpoint,
Processor processor) |
AbstractApiProducer(AbstractApiEndpoint<E,T> endpoint,
ApiMethodPropertiesHelper<T> propertiesHelper) |
Apache Camel