public class BoxComponent extends org.apache.camel.util.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>
BoxEndpoint.| Constructor and Description |
|---|
BoxComponent() |
BoxComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
BoxApiName apiName,
BoxConfiguration endpointConfiguration) |
void |
doShutdown() |
protected void |
doStop() |
protected BoxApiName |
getApiName(String apiNameStr) |
protected CachedBoxClient |
getBoxClient() |
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, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic BoxComponent()
public BoxComponent(org.apache.camel.CamelContext context)
protected BoxApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName in class org.apache.camel.util.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>IllegalArgumentExceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, BoxApiName apiName, BoxConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>protected CachedBoxClient getBoxClient()
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionApache Camel