@UriEndpoint(scheme="linkedin",
consumerClass=LinkedInConsumer.class,
consumerPrefix="consumer")
public class LinkedInComponent
extends org.apache.camel.util.component.AbstractApiComponent<LinkedInApiName,LinkedInConfiguration,LinkedInApiCollection>
LinkedInEndpoint.| Constructor and Description |
|---|
LinkedInComponent() |
LinkedInComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeRequestFilter(org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter requestFilter) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
LinkedInApiName apiName,
LinkedInConfiguration endpointConfiguration) |
protected void |
doStop() |
protected LinkedInApiName |
getApiName(String apiNameStr) |
org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter |
getRequestFilter(LinkedInConfiguration endpointConfiguration) |
completeEndpointPath, createEndpoint, createEndpointConfiguration, getApiNameOrNull, getCompletedMethods, getConfiguration, setConfigurationcreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic LinkedInComponent()
public LinkedInComponent(org.apache.camel.CamelContext context)
protected LinkedInApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName in class org.apache.camel.util.component.AbstractApiComponent<LinkedInApiName,LinkedInConfiguration,LinkedInApiCollection>IllegalArgumentExceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, LinkedInApiName apiName, LinkedInConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<LinkedInApiName,LinkedInConfiguration,LinkedInApiCollection>public org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter getRequestFilter(LinkedInConfiguration endpointConfiguration)
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionprotected void closeRequestFilter(org.apache.camel.component.linkedin.api.LinkedInOAuthRequestFilter requestFilter)
Apache Camel