Uses of Interface
org.apache.camel.support.component.ApiName
-
Packages that use ApiName Package Description org.apache.camel.support.component 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 ApiName Modifier and Type Class Description class
AbstractApiComponent<E extends Enum<E> & ApiName,T,S extends ApiCollection<E,T>>
Abstract base class for API Component CamelComponent
classes.class
AbstractApiConsumer<E extends Enum<E> & ApiName,T>
Abstract base class for API Component Consumers.class
AbstractApiEndpoint<E extends ApiName,T>
Abstract base class for API Component Endpoints.class
AbstractApiProducer<E extends Enum<E> & ApiName,T>
Base class for API based Producersclass
ApiCollection<E extends Enum<E> & ApiName,T>
Base class for a collection of ApiMethods.Fields in org.apache.camel.support.component declared as ApiName Modifier and Type Field Description protected E
AbstractApiEndpoint. apiName
Methods in org.apache.camel.support.component with type parameters of type ApiName Modifier and Type Method Description static <E extends Enum<E> & ApiName,T>
ApiMethodApiConsumerHelper. findMethod(AbstractApiEndpoint<E,T> endpoint, PropertyNamesInterceptor propertyNamesInterceptor)
Utility method to find matching API Method for supplied endpoint's configuration properties.
-