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.
 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<ConnectorBinding> 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.
 AuthenticationProvider XMLHelperImpl.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.
 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.
 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.
 ConnectorBinding XMLHelperImpl.createConnectorBinding(ConfigurationID configurationID, org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean isImportConfig)
           
 DeployedComponent XMLHelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, java.util.Map componentTypeMap, 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.
 BasicVMComponentDefn XMLHelperImpl.createProcess(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.
 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.
 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 XMLHelperImpl.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.
 java.util.Properties XMLHelperImpl.getHeaderProperties(org.jdom.Element element)
           
static java.util.Properties XMLHelperUtil.getHeaderProperties(org.jdom.Element element)
           
 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 XMLConfigurationImportExportUtility.importComponentTypes(java.io.InputStream stream, ConfigurationObjectEditor editor)
          This method will be used to import 1 or more a ComponentType Objects.
 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.
 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)
           
 java.lang.Object[] XMLConfigurationImportExportUtility.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 XMLConfigurationImportExportUtility.importConnectorBindings(java.io.InputStream stream, ConfigurationObjectEditor editor)
           
 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)
           
 ComponentType XMLHelperImpl.loadComponentType(org.jdom.Element rootElement)
           
 ConnectorBinding XMLHelperImpl.loadConnectorBinding(org.jdom.Element rootElement)
           
 



Copyright © 2009. All Rights Reserved.