@Component(value="box") public class BoxComponent extends org.apache.camel.support.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>
| 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 |
doStart() |
protected void |
doStop() |
protected BoxApiName |
getApiName(String apiNameStr) |
com.box.sdk.BoxAPIConnection |
getBoxConnection()
To use a shared connection
|
BoxConfiguration |
getConfiguration()
To use the shared configuration
|
void |
setConfiguration(BoxConfiguration configuration)
To use the shared configuration
|
createEndpoint, createEndpointConfigurationafterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BoxComponent()
public BoxComponent(org.apache.camel.CamelContext context)
protected BoxApiName getApiName(String apiNameStr)
getApiName in class org.apache.camel.support.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>public void setConfiguration(BoxConfiguration configuration)
setConfiguration in class org.apache.camel.support.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>public BoxConfiguration getConfiguration()
getConfiguration in class org.apache.camel.support.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>public com.box.sdk.BoxAPIConnection getBoxConnection()
protected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, BoxApiName apiName, BoxConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.support.component.AbstractApiComponent<BoxApiName,BoxConfiguration,BoxApiCollection>protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultComponentExceptionApache Camel