Uses of Class
org.apache.camel.support.component.ApiMethodHelper
-
Packages that use ApiMethodHelper Package Description org.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of ApiMethodHelper in org.apache.camel.support.component
Fields in org.apache.camel.support.component declared as ApiMethodHelper Modifier and Type Field Description protected ApiMethodHelper<? extends ApiMethod>
AbstractApiEndpoint. methodHelper
protected ApiMethodHelper<?>
AbstractApiProducer. methodHelper
Methods in org.apache.camel.support.component that return ApiMethodHelper Modifier and Type Method Description ApiMethodHelper<? extends ApiMethod>
ApiCollection. getHelper(E apiName)
Returns aApiMethodHelper
for a particular API.ApiMethodHelper<? extends ApiMethod>
AbstractApiEndpoint. getMethodHelper()
Returns method helper.Methods in org.apache.camel.support.component that return types with arguments of type ApiMethodHelper Modifier and Type Method Description Map<E,ApiMethodHelper<? extends ApiMethod>>
ApiCollection. getApiHelpers()
Method parameters in org.apache.camel.support.component with type arguments of type ApiMethodHelper Modifier and Type Method Description protected void
ApiCollection. setApiHelpers(Map<E,ApiMethodHelper<? extends ApiMethod>> apiHelpers)
Constructors in org.apache.camel.support.component with parameters of type ApiMethodHelper Constructor Description AbstractApiEndpoint(String endpointUri, org.apache.camel.Component component, E apiName, String methodName, ApiMethodHelper<? extends ApiMethod> methodHelper, T endpointConfiguration)
-