Uses of Interface
org.apache.camel.support.component.PropertyNamesInterceptor
-
Packages that use PropertyNamesInterceptor Package Description org.apache.camel.support.component 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 PropertyNamesInterceptor Modifier and Type Class Description 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.support.component with parameters of type PropertyNamesInterceptor 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.
-