Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IContainerProvider.Initialize Method 

Sets up any resources required during the execution of the crawl.

void Initialize(
   DataSourceInfo dataInfo,
   CrawlerInfo crawlerInfo,
   ICrawlerLog logger
);

Parameters

dataInfo
SCI information set in the Data Source editor. Note: The names in the NamedValues in dataInfo will be uppercase.
crawlerInfo
SCI information set in the Crawler editor. Note: The names in the NamedValues in crawlerInfo will be uppercase.
logger
An implementation of ICrawlerLog logging utility object; save this object to use it later.

Exceptions

Exception Type Condition
RemotingException The SOAP Encoding is set to RPC/Encoded instead of Document/Literal.

See Also

IContainerProvider Interface | Plumtree.Remote.Crawler Namespace