Uses of Interface
org.apache.camel.util.component.ApiName

Packages that use ApiName
org.apache.camel.util.component   
 

Uses of ApiName in org.apache.camel.util.component
 

Classes in org.apache.camel.util.component with type parameters of type ApiName
 class AbstractApiComponent<E extends Enum<E> & ApiName,T,S extends ApiCollection<E,T>>
          Abstract base class for API Component Camel Component 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 Producers
 class ApiCollection<E extends Enum<E> & ApiName,T>
          Base class for a collection of ApiMethods.
 

Fields in org.apache.camel.util.component declared as ApiName
protected  E AbstractApiEndpoint.apiName
           
 

Methods in org.apache.camel.util.component with type parameters of type ApiName
static
<E extends Enum<E> & ApiName,T>
ApiMethod
ApiConsumerHelper.findMethod(AbstractApiEndpoint<E,T> endpoint, PropertyNamesInterceptor propertyNamesInterceptor)
          Utility method to find matching API Method for supplied endpoint's configuration properties.
 



Apache Camel