Uses of Class
org.apache.camel.support.component.AbstractApiEndpoint
-
Packages that use AbstractApiEndpoint Package Description org.apache.camel.support.component 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 AbstractApiEndpoint Modifier and Type Field Description protected AbstractApiEndpoint<E,T>
AbstractApiConsumer. endpoint
protected AbstractApiEndpoint<E,T>
AbstractApiProducer. endpoint
Methods in org.apache.camel.support.component with parameters of type AbstractApiEndpoint 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.Constructors in org.apache.camel.support.component with parameters of type AbstractApiEndpoint Constructor Description AbstractApiConsumer(AbstractApiEndpoint<E,T> endpoint, org.apache.camel.Processor processor)
AbstractApiProducer(AbstractApiEndpoint<E,T> endpoint, ApiMethodPropertiesHelper<T> propertiesHelper)
-