Uses of Class
com.ibm.di.connector.maximo.exception.MxConnConfigException

Packages that use MxConnConfigException
com.ibm.di.connector.maximo.core Provides core classes for the connector. 
com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. 
com.ibm.di.connector.maximo.util Contains miscellaneous utility classes (DOM, XML, HTTP, text). 
 

Uses of MxConnConfigException in com.ibm.di.connector.maximo.core
 

Methods in com.ibm.di.connector.maximo.core that throw MxConnConfigException
 void MxConnConfiguration.checkAddOnly()
          Checks if the mandatory parameters for AddOnly mode are defined.
 void MxConnConfiguration.checkAUDmodes()
          Checks if the mandatory parameters for AddOnly, Update and Delete mode are defined.
 void MxConnConfiguration.checkDelete()
          Checks if the mandatory parameters for Delete mode are defined.
 void MxConnConfiguration.checkIterator()
          Checks if the mandatory parameters for Iterator mode are defined and valid.
 void MxConnConfiguration.checkUpdate()
          Checks if the mandatory parameters for Update mode are defined.
 

Uses of MxConnConfigException in com.ibm.di.connector.maximo.parsing
 

Methods in com.ibm.di.connector.maximo.parsing that throw MxConnConfigException
static Schema Schema.getInstance(SchemaConfiguration cfg, Log log)
          Builds a schema object based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD).
 SchemaElement Schema.getMboByName(java.lang.String mboName)
          Returns the schema element that represents the specified MBO.
 

Uses of MxConnConfigException in com.ibm.di.connector.maximo.util
 

Methods in com.ibm.di.connector.maximo.util that throw MxConnConfigException
 java.io.InputStream HttpClient.getAsInputStream()
          Requests the resource specified by the target URL list as an input stream.
 java.lang.String HttpClient.post(java.lang.String msg)
          Requests the resource specified by the target URL list.