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