Uses of Class
com.ibm.uddi.promoter.exception.PromoterConfigurationException

Packages that use PromoterConfigurationException
com.ibm.uddi.promoter Contains API, command line and utility classes. 
com.ibm.uddi.promoter.config Contains configuration related classes. 
com.ibm.uddi.promoter.export Contains entity extractor and finder related classes. 
com.ibm.uddi.promoter.publish Contains classes for performing publish operations. 
 

Uses of PromoterConfigurationException in com.ibm.uddi.promoter
 

Methods in com.ibm.uddi.promoter that throw PromoterConfigurationException
 void PromoterAPI.deleteEntities()
          Drives deletion of entities from the target registry.
 

Constructors in com.ibm.uddi.promoter that throw PromoterConfigurationException
PromoterAPI(Configuration config)
          Constructor taking a Configuration.
UDDIClient(Configuration configuration, int type)
          Constructor taking a Configuration and type (which indicates whether the UDDIClient is intended to be used to connect to the source registry or a target registry).
 

Uses of PromoterConfigurationException in com.ibm.uddi.promoter.config
 

Methods in com.ibm.uddi.promoter.config that throw PromoterConfigurationException
 void ConfigurationValidator.validate(ImportConfiguration importConfiguration)
          Validates ImportConfiguration.
 

Uses of PromoterConfigurationException in com.ibm.uddi.promoter.export
 

Methods in com.ibm.uddi.promoter.export that throw PromoterConfigurationException
 void EntityExtractor.setExportConfig(Configuration config)
          Sets the export configuration by extracting from the supplied Configuration.
 

Constructors in com.ibm.uddi.promoter.export that throw PromoterConfigurationException
EntityFinder(Configuration config)
          Constructor taking a Configuration.
 

Uses of PromoterConfigurationException in com.ibm.uddi.promoter.publish
 

Methods in com.ibm.uddi.promoter.publish that throw PromoterConfigurationException
 void EntityDeleter.setDeleteConfig(Configuration config)
          Sets the delete configuration, which is actually a Configuration containing a PublishConfiguration.
 

Constructors in com.ibm.uddi.promoter.publish that throw PromoterConfigurationException
EntityImporter(Configuration config)
          Constructor taking a Configuration.