Uses of Interface
org.apache.camel.support.component.ApiName
Packages that use ApiName
Package
Description
Base classes and utilities for API based components
-
Uses of ApiName in org.apache.camel.support.component
Classes in org.apache.camel.support.component with type parameters of type ApiNameModifier and TypeClassDescriptionclassAbstractApiComponent<E extends Enum<E> & ApiName,T, S extends ApiCollection<E, T>> Abstract base class for API Component CamelComponentclasses.classAbstractApiConsumer<E extends Enum<E> & ApiName,T> Abstract base class for API Component Consumers.classAbstractApiEndpoint<E extends ApiName,T> Abstract base class for API Component Endpoints.classAbstractApiProducer<E extends Enum<E> & ApiName,T> Base class for API based ProducersclassApiCollection<E extends Enum<E> & ApiName,T> Base class for a collection of ApiMethods.Fields in org.apache.camel.support.component declared as ApiNameMethods in org.apache.camel.support.component with type parameters of type ApiNameModifier and TypeMethodDescriptionApiConsumerHelper.findMethod(AbstractApiEndpoint<E, T> endpoint, PropertyNamesInterceptor propertyNamesInterceptor) Utility method to find matching API Method for supplied endpoint's configuration properties.