java.lang.Object
org.apache.camel.support.component.ApiCollection<E,T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<E, ApiMethodHelper<? extends ApiMethod>> final EgetApiName(Class<? extends ApiMethod> apiMethod) Returns a list of API name strings.abstract TgetEndpointConfiguration(E apiName) Creates an endpoint configuration for a particular APIfinal ApiMethodHelper<? extends ApiMethod> Returns aApiMethodHelperfor a particular API.protected final voidsetApiHelpers(Map<E, ApiMethodHelper<? extends ApiMethod>> apiHelpers) protected final voidsetApiMethods(Map<Class<? extends ApiMethod>, E> apiMethods)
-
Constructor Details
-
ApiCollection
public ApiCollection()
-
-
Method Details
-
getApiHelpers
-
getApiMethods
-
getHelper
Returns aApiMethodHelperfor a particular API.- Parameters:
apiName- name of the API- Returns:
- helper class to work with
ApiMethod
-
getApiNames
-
getApiName
-
getEndpointConfiguration
-
setApiHelpers
-
setApiMethods
-