Uses of Class
org.apache.camel.support.component.AbstractApiEndpoint
Packages that use AbstractApiEndpoint
Package
Description
Base classes and utilities for API based components
-
Uses of AbstractApiEndpoint in org.apache.camel.support.component
Fields in org.apache.camel.support.component declared as AbstractApiEndpointModifier and TypeFieldDescriptionprotected final AbstractApiEndpoint<E, T> AbstractApiConsumer.endpointprotected final AbstractApiEndpoint<E, T> AbstractApiProducer.endpointMethods in org.apache.camel.support.component with parameters of type AbstractApiEndpointModifier and TypeMethodDescriptionApiConsumerHelper.findMethod(AbstractApiEndpoint<E, T> endpoint, PropertyNamesInterceptor propertyNamesInterceptor) Utility method to find matching API Method for supplied endpoint's configuration properties.Constructors in org.apache.camel.support.component with parameters of type AbstractApiEndpointModifierConstructorDescriptionAbstractApiConsumer(AbstractApiEndpoint<E, T> endpoint, org.apache.camel.Processor processor) AbstractApiProducer(AbstractApiEndpoint<E, T> endpoint, ApiMethodPropertiesHelper<T> propertiesHelper)