Uses of Interface
org.apache.camel.support.component.PropertyNamesInterceptor
Packages that use PropertyNamesInterceptor
Package
Description
Base classes and utilities for API based components
-
Uses of PropertyNamesInterceptor in org.apache.camel.support.component
Classes in org.apache.camel.support.component that implement PropertyNamesInterceptorModifier and TypeClassDescriptionclassAbstractApiConsumer<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.Methods in org.apache.camel.support.component with parameters of type PropertyNamesInterceptorModifier and TypeMethodDescriptionApiConsumerHelper.findMethod(AbstractApiEndpoint<E, T> endpoint, PropertyNamesInterceptor propertyNamesInterceptor) Utility method to find matching API Method for supplied endpoint's configuration properties.