public class BusinessObjectExtractor extends AbstractBusinessObjectExtractor
This class is the out of the box implementation of the DataLoader
interface, for DataExtractor.
It extends the abstract implementation of the data loader interface defined by
AbstractBusinessObjectExtractor
.
This class performs no function but will override the initialization of the abstract class to perform its own initialization.
Constructor and Description |
---|
BusinessObjectExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
init()
This method will perform any initialization needed for the data extractor.
|
public void init() throws DataLoadException
This method will perform any initialization needed for the data extractor.
init
in interface com.ibm.commerce.foundation.dataload.DataLoader
init
in class com.ibm.commerce.foundation.dataload.AbstractBusinessObjectLoader
DataLoadException
- An application exception will be thrown if there was a problem initializing the data extractor.