public class WSIORequestExit extends WSIOProcessBaseExit
Constructor and Description |
---|
WSIORequestExit() |
Modifier and Type | Method and Description |
---|---|
org.jdom.Document |
mapRequest(org.jdom.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).
|
getNamespace, removeParentLocation
callExitsIn, callExitsOut, mapDataIn, mapDataOut, mapExitsIn, mapExitsOut, setDataIn
checkStatus, cloneData, findMaxVar, findValueList, findValueList, getAdapterType, getConnection, getExtSystem, getIfaceName, getMaxIfaceControl, getMboSet, getMessageType, getMosName, getMXTransaction, getNewUserInfo, getUserInfo, initExitsIn, initExitsOut
public StructureData setDataOut(StructureData userExitData) throws MXException, java.rmi.RemoteException
setDataOut
in class ExternalExit
userExitData
- 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.jdom.Document mapRequest(org.jdom.Document reqDoc, byte[] bObp) throws MXException
reqDoc
- Request xml document(Invoke channel xml)bObp
- Byte array of Object Blue PrintMXException
- - MAXIMO exception