public class WSIOResponseExit extends WSIOProcessBaseExit
initedIn, initedOutconn, dbName, errData, extSystem, ifaceName, ifaceType, integrationLogger, messageType, mosName, mxTrans, primarySystem, userInfo| Constructor and Description |
|---|
WSIOResponseExit() |
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
mapResponse(org.jdom2.Document responseDoc,
byte[] bObp)
Return the document(Invoke channel Response xml) based on OBP.
|
StructureData |
setDataIn(StructureData userExitData)
This method will map values from the Response(external xml) from the web service into
Tpae Invoke channel Response xml based on the Object Blue Print(OBP).
|
getLogger, getNamespace, removeParentLocationcallExitsIn, callExitsOut, mapDataIn, mapDataOut, mapExitsIn, mapExitsOut, setDataOutcheckStatus, cloneData, findMaxVar, findValueList, findValueList, getAdapterType, getConnection, getEndPoint, getExtSystem, getIfaceName, getMaxIfaceControl, getMboServer, getMboSet, getMessageType, getMosName, getMXTransaction, getNewUserInfo, getUserInfo, getUserResponse, initExitsIn, initExitsOut, setEndPoint, setUserResponse, skipIntegrationObjectpublic StructureData setDataIn(StructureData userExitData) throws MXException, java.rmi.RemoteException
setDataIn in class ExternalExituserExitData - Give reference to values to set additional data. The input to the
method is Resonse xml from the service.MXException - - MAXIMO exceptionjava.rmi.RemoteException - - Remote exceptionpublic org.jdom2.Document mapResponse(org.jdom2.Document responseDoc,
byte[] bObp)
throws MXException,
java.rmi.RemoteException
reqDoc - Request xml document(Invoke channel xml)bObp - Byte array of Object Blue PrintMXException - - MAXIMO exceptionjava.rmi.RemoteException