Uses of Class
org.apache.camel.util.component.AbstractApiEndpoint

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

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

Fields in org.apache.camel.util.component declared as AbstractApiEndpoint
protected  AbstractApiEndpoint<E,T> AbstractApiProducer.endpoint
           
protected  AbstractApiEndpoint<E,T> AbstractApiConsumer.endpoint
           
 

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

Constructors in org.apache.camel.util.component with parameters of type AbstractApiEndpoint
AbstractApiConsumer(AbstractApiEndpoint<E,T> endpoint, Processor processor)
           
AbstractApiProducer(AbstractApiEndpoint<E,T> endpoint, ApiMethodPropertiesHelper<T> propertiesHelper)
           
 



Apache Camel