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

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

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

Fields in org.apache.camel.util.component declared as ApiMethodPropertiesHelper
protected  ApiMethodPropertiesHelper<T> AbstractApiProducer.propertiesHelper
           
 

Methods in org.apache.camel.util.component that return ApiMethodPropertiesHelper
protected abstract  ApiMethodPropertiesHelper<T> AbstractApiEndpoint.getPropertiesHelper()
          Returns generated helper that extends ApiMethodPropertiesHelper to work with API properties.
 

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



Apache Camel