Package com.day.cq.polling.importer
Defines package version.
-
Interface Summary Interface Description Importer PollConfig ThePollConfig
interface represents polling configurations managed by thePollingImporter
service.PollingImporter -
Class Summary Class Description HCImporter TheHCImporter
is an abstract implementation of theImporter
service interface supporting access to data using the HTTP protocol.HttpImporter Deprecated. Please useHCImporter
instead. -
Exception Summary Exception Description ImportException TheImportException
class is the exception, which may be thrown by theImporter.importData(String, String, org.apache.sling.api.resource.Resource)
method in case of any data access, transfer or import problems.