public class CMISComponent
extends org.apache.camel.impl.UriEndpointComponent
CMISComponent
.Constructor and Description |
---|
CMISComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
CMISSessionFacadeFactory |
getSessionFacadeFactory() |
void |
setSessionFacadeFactory(CMISSessionFacadeFactory sessionFacadeFactory)
To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public CMISSessionFacadeFactory getSessionFacadeFactory()
public void setSessionFacadeFactory(CMISSessionFacadeFactory sessionFacadeFactory)
Apache Camel