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

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

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

Classes in org.apache.camel.util.component that implement PropertyNamesInterceptor
 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.
 

Methods in org.apache.camel.util.component with parameters of type PropertyNamesInterceptor
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