public class WSIOResponseExit extends WSIOProcessBaseExit
| Constructor and Description |
|---|
WSIOResponseExit() |
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Document |
mapResponse(org.jdom.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).
|
getNamespace, removeParentLocationcallExitsIn, callExitsOut, mapDataIn, mapDataOut, mapExitsIn, mapExitsOut, setDataOutcheckStatus, cloneData, findMaxVar, findValueList, findValueList, getAdapterType, getConnection, getExtSystem, getIfaceName, getMaxIfaceControl, getMboSet, getMessageType, getMosName, getMXTransaction, getNewUserInfo, getUserInfo, initExitsIn, initExitsOutpublic 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.jdom.Document mapResponse(org.jdom.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