public interface ConnectorProvider
Connectors are quite expensive to instantiate and obtain. Therefore this contract is generally used where you want to lazily provide a connector in a situation where it is not know if a connector is actually required (maybe due to caching etc.) until runtime.
Connector provide(String endpoint) throws ConnectorProviderException
endpoint - StringConnectorProviderExceptionCopyright © 2005–2017 Alfresco Software. All rights reserved.