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 classMxConnHttpExceptionTPAE IF Connector's HTTP exception.classMxConnTimeoutExceptionTPAE 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 SchemaSchema. getInstance(SchemaConfiguration cfg, Log log)Builds aschemaobject 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.InputStreamHttpClient. getAsInputStream()Requests the resource specified by the target URL list as an input stream.java.lang.StringHttpClient. post(java.lang.String msg)Requests the resource specified by the target URL list.
-