Uses of Class
com.ibm.di.connector.maximo.exception.MxConnIOException
-
Packages that use MxConnIOException Package Description com.ibm.di.connector.maximo.exception Provides exception 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 MxConnIOException in com.ibm.di.connector.maximo.exception
Subclasses of MxConnIOException in com.ibm.di.connector.maximo.exception Modifier and Type Class Description class
MxConnHttpException
TPAE IF Connector's HTTP exception.class
MxConnTimeoutException
TPAE IF Connector's timeout exception. -
Uses of MxConnIOException in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that throw MxConnIOException Modifier and Type Method Description java.util.Collection<org.eclipse.emf.ecore.EObject>
MxConnXSDEcoreBuilder. generate()
Generates a collection of EMF objects representing the XSD.static Schema
Schema. getInstance(SchemaConfiguration cfg, Log log)
Builds aschema
object based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD). -
Uses of MxConnIOException in com.ibm.di.connector.maximo.util
Methods in com.ibm.di.connector.maximo.util that throw MxConnIOException Modifier and Type Method Description 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.
-