Uses of Class
com.metamatrix.common.config.util.InvalidConfigurationElementException

Packages that use InvalidConfigurationElementException
com.metamatrix.cdk.file   
com.metamatrix.common.config.util   
com.metamatrix.common.config.xml   
 

Uses of InvalidConfigurationElementException in com.metamatrix.cdk.file
 

Methods in com.metamatrix.cdk.file that throw InvalidConfigurationElementException
 java.lang.Object[] XMLConfigReaderWriter.loadConnectorBinding(java.io.InputStream stream)
           
 java.lang.Object[] ConfigReaderWriter.loadConnectorBinding(java.io.InputStream stream)
           
 ComponentType XMLConfigReaderWriter.loadConnectorType(java.io.InputStream stream)
           
 ComponentType ConfigReaderWriter.loadConnectorType(java.io.InputStream stream)
           
 

Uses of InvalidConfigurationElementException in com.metamatrix.common.config.util
 

Methods in com.metamatrix.common.config.util that throw InvalidConfigurationElementException
 ComponentType ConfigurationImportExportUtility.importComponentType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a ComponentType Object from given a InputStream instance.
 java.util.Collection ConfigurationImportExportUtility.importComponentTypes(java.io.InputStream stream, ConfigurationObjectEditor editor)
          This method will be used to import 1 or more a ComponentType Objects.
 java.util.Collection ConfigurationImportExportUtility.importConfigurationObjects(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a Collection of Configuration objects given an InputStream.
 ComponentType ConfigurationImportExportUtility.importConnector(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a Connector ComponentType Object from given a InputStream .
 ConnectorArchive ConfigurationImportExportUtility.importConnectorArchive(java.io.InputStream stream, ConfigurationObjectEditor editor)
          Import a connector archive (connector type and extension modules) from the given stream of zip file.
 ConnectorBinding ConfigurationImportExportUtility.importConnectorBinding(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a Connector Binding Object given a ImputStream.
 java.lang.Object[] ConfigurationImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String[] newName)
          This method will be used to import a Connector Binding and its related Component Type at the same time from the given ImputStream.
 java.util.Collection ConfigurationImportExportUtility.importConnectorBindings(java.io.InputStream stream, ConfigurationObjectEditor editor)
          This method will be used to import a group of Connector Bindings Objects given a ImputStream.
 

Uses of InvalidConfigurationElementException in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that throw InvalidConfigurationElementException
 ComponentObject XMLHelperImpl.addProperties(org.jdom.Element propertiesElement, ComponentObject object, ConfigurationObjectEditor editor)
          This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject.
 ComponentObject XMLHelper.addProperties(org.jdom.Element propertiesElement, ComponentObject object, ConfigurationObjectEditor editor)
          This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject.
 ComponentObject XMLConfig_42_HelperImpl.addProperties(org.jdom.Element propertiesElement, ComponentObject object, ConfigurationObjectEditor editor)
          This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject.
 AuthenticationProvider XMLConfig_42_HelperImpl.createAuthenticationProvider(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
protected  ComponentType XMLConfig_Base_ImportExportUtility.createComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
           
protected  ComponentType XMLConfig_42_ImportExportUtility.createComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
           
 ComponentType XMLHelperImpl.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
 ComponentType XMLHelper.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
 ComponentType XMLConfig_42_HelperImpl.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
protected  java.util.Collection XMLConfig_42_ImportExportUtility.createComponentTypes(org.jdom.Element root, ConfigurationObjectEditor editor)
           
 Configuration XMLHelperImpl.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 Configuration XMLHelper.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 Configuration XMLConfig_42_HelperImpl.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 ConnectorBinding XMLHelperImpl.createConnectorBinding(ConfigurationID configurationID, org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean isImportConfig)
           
 ConnectorBinding XMLHelper.createConnectorBinding(ConfigurationID configurationID, org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean isImportConfig)
          This method will create a ConnectorBinding object from an XML element that represents a ServiceComponentDefn.
protected  ConnectorBinding XMLConfig_Base_ImportExportUtility.createConnectorBinding(ConfigurationID configurationID, org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name, boolean isImportConfig)
           
 ConnectorBinding XMLConfig_42_HelperImpl.createConnectorBinding(ConfigurationID configurationID, org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean isImportConfig)
           
protected  java.util.Collection XMLConfig_Base_ImportExportUtility.createConnectorBindings(ConfigurationID configurationID, org.jdom.Element root, ConfigurationObjectEditor editor, boolean importExistingBinding)
           
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedVMComponentDefnx(org.jdom.Element element, ConfigurationID configID, HostID hostID, ComponentTypeID typeID, ConfigurationObjectEditor editor)
           
 Host XMLHelperImpl.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 Host XMLHelper.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 Host XMLConfig_42_HelperImpl.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 ProductServiceConfig XMLHelperImpl.createProductServiceConfig(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig.
 ProductServiceConfig XMLHelper.createProductServiceConfig(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig.
 ProductServiceConfig XMLConfig_42_HelperImpl.createProductServiceConfig(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig.
 ProductType XMLHelperImpl.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 ProductType XMLHelper.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map ComponentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 ProductType XMLConfig_42_HelperImpl.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 PropertyDefinition XMLHelperImpl.createPropertyDefinition(org.jdom.Element element)
          This method is a helper method to create a PropertyDefinition object from an XML element that represents same.
 PropertyDefinition XMLConfig_42_HelperImpl.createPropertyDefinition(org.jdom.Element element)
          This method is a helper method to create a PropertyDefinition object from an XML element that represents same.
 ResourceDescriptor XMLHelperImpl.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 ResourceDescriptor XMLHelper.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a resource pool configuration object from an XML element that represents a ResourceDescriptor.
 ResourceDescriptor XMLConfig_42_HelperImpl.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 ComponentDefn XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLHelper.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLConfig_42_HelperImpl.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
           
 ComponentDefn XMLHelper.createServiceComponentDefn(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLConfig_42_HelperImpl.createServiceComponentDefn(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
           
 SharedResource XMLHelperImpl.createSharedResource(org.jdom.Element element, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 SharedResource XMLHelper.createSharedResource(org.jdom.Element element, ConfigurationObjectEditor editor)
          This method will create a SharedResource configuration object from an XML element that represents a SharedResource.
 SharedResource XMLConfig_42_HelperImpl.createSharedResource(org.jdom.Element element, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 VMComponentDefn XMLHelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLHelper.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLConfig_42_HelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
static java.util.Properties XMLHelperUtil.getHeaderProperties(org.jdom.Element element)
           
 java.util.Properties XMLHelperImpl.getHeaderProperties(org.jdom.Element element)
           
 java.util.Properties XMLHelper.getHeaderProperties(org.jdom.Element element)
          Return the properties stored in the header section.
 java.util.Properties XMLConfig_42_HelperImpl.getHeaderProperties(org.jdom.Element element)
           
 ComponentType XMLConfig_42_ImportExportUtility.importComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a ComponentType Object
 ComponentType XMLConfigurationImportExportUtility.importComponentType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a ComponentType Object
 java.util.Collection XMLConfigurationImportExportUtility.importComponentTypes(org.jdom.Element root, ConfigurationObjectEditor editor)
          This method will be used to import 1 or more a ComponentType Objects.
 java.util.Collection XMLConfig_42_ImportExportUtility.importComponentTypes(org.jdom.Element root, ConfigurationObjectEditor editor)
          This method will be used to import 1 or more a ComponentType Objects.
 java.util.Collection XMLConfigurationImportExportUtility.importComponentTypes(org.jdom.Element root, ConfigurationObjectEditor editor, boolean is42Compatible)
          This method will be used to import 1 or more a ComponentType Objects.
 java.util.Collection XMLConfigurationImportExportUtility.importComponentTypes(java.io.InputStream stream, ConfigurationObjectEditor editor)
          This method will be used to import 1 or more a ComponentType Objects.
 java.util.Collection XMLConfig_42_ImportExportUtility.importConfigurationObjects(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a Collection of Configuration objects given an InputStream.
 java.util.Collection XMLConfigurationImportExportUtility.importConfigurationObjects(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a Collection of Configuration objects given an InputStream.
 ComponentType XMLConfigurationImportExportUtility.importConnector(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
           
 ConnectorArchive XMLConfigurationImportExportUtility.importConnectorArchive(java.io.InputStream stream, ConfigurationObjectEditor editor)
          The Zip file stream format is look like this.
 ConnectorBinding XMLConfigurationImportExportUtility.importConnectorBinding(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
           
 ConnectorBinding XMLConfig_Base_ImportExportUtility.importConnectorBinding(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
           
 java.lang.Object[] XMLConfigurationImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String[] newName)
           
 java.lang.Object[] XMLConfig_Base_ImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String[] newName)
           
 java.util.Collection XMLConfigurationImportExportUtility.importConnectorBindings(org.jdom.Element root, ConfigurationObjectEditor editor)
           
 java.util.Collection XMLConfig_Base_ImportExportUtility.importConnectorBindings(org.jdom.Element root, ConfigurationObjectEditor editor, boolean importExistingBinding)
           
 java.util.Collection XMLConfigurationImportExportUtility.importConnectorBindings(java.io.InputStream stream, ConfigurationObjectEditor editor)
           
 java.util.Collection XMLConfig_Base_ImportExportUtility.importConnectorBindings(java.io.InputStream stream, ConfigurationObjectEditor editor, boolean importExistingBinding)
           
 java.util.Collection XMLConfigurationImportExportUtility.importExistingConnectorBindings(org.jdom.Element root, ConfigurationObjectEditor editor, boolean importExistingBinding)
           
 java.util.Collection XMLConfigurationImportExportUtility.importExistingConnectorBindings(java.io.InputStream stream, ConfigurationObjectEditor editor, boolean useExistingBinding)
           
 java.lang.Object[] XMLConfig_Base_ImportExportUtility.importServiceComponentDefn(java.io.InputStream stream, Configuration config, ConfigurationObjectEditor editor, java.lang.String[] name)
          This method will be used to import a ServiceComponentDefn Object given a Directory entry instance.
static boolean XMLHelperUtil.is42ConfigurationCompatible(org.jdom.Element root)
           
 boolean XMLHelperImpl.is42ConfigurationCompatible(org.jdom.Element element)
           
 boolean XMLHelper.is42ConfigurationCompatible(org.jdom.Element element)
          Returns true if the information in the element indicates that it is compatible with the 4.2 configuration format.
 boolean XMLConfig_42_HelperImpl.is42ConfigurationCompatible(org.jdom.Element root)
           
static boolean XMLHelperUtil.is42ConfigurationCompatible(java.util.Properties props)
           
 ComponentType XMLConfig_42_HelperImpl.loadComponentType(org.jdom.Element rootElement)
           
 ConnectorBinding XMLConfig_42_HelperImpl.loadConnectorBinding(org.jdom.Element rootElement)
           
 



Copyright © 2009. All Rights Reserved.