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

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

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

Fields in org.apache.camel.util.component declared as ApiMethodHelper
protected  ApiMethodHelper<?> AbstractApiProducer.methodHelper
           
protected  ApiMethodHelper<? extends ApiMethod> AbstractApiEndpoint.methodHelper
           
 

Fields in org.apache.camel.util.component with type parameters of type ApiMethodHelper
protected  Map<E,ApiMethodHelper<? extends ApiMethod>> ApiCollection.apis
           
 

Methods in org.apache.camel.util.component that return ApiMethodHelper
 ApiMethodHelper<? extends ApiMethod> ApiCollection.getHelper(E apiName)
          Returns a ApiMethodHelper for a particular API.
 ApiMethodHelper<? extends ApiMethod> AbstractApiEndpoint.getMethodHelper()
          Returns method helper.
 

Methods in org.apache.camel.util.component that return types with arguments of type ApiMethodHelper
 Map<E,ApiMethodHelper<? extends ApiMethod>> ApiCollection.getApiHelpers()
           
 

Methods in org.apache.camel.util.component with parameters of type ApiMethodHelper
protected  void AbstractApiComponent.getCompletedMethods(List<String> result, String completionText, Class<? extends ApiMethod> apiMethod, ApiMethodHelper<? extends ApiMethod> helper)
           
 

Constructors in org.apache.camel.util.component with parameters of type ApiMethodHelper
AbstractApiEndpoint(String endpointUri, Component component, E apiName, String methodName, ApiMethodHelper<? extends ApiMethod> methodHelper, T endpointConfiguration)
           
 



Apache Camel