XML Connector API 6.0.2.61

com.baan.ow.xmlconnector.dispatcher
Interface IReply


public interface IReply

Represents a reply from a BAC backend.

A reply contains a 'response' document containing returned data. The 'response' document obeys the following XML Schema:

	 
 

Version:
Build Nr 61, file version \\main\\1, 15:35:59 24-07-2006 UTC
Author:
Baan Company

Method Summary
 org.w3c.dom.Element getResponseMsg()
          Retrieves the 'response' that contains the returned data.
 

Method Detail

getResponseMsg

public org.w3c.dom.Element getResponseMsg()
Retrieves the 'response' that contains the returned data.

The document obeys the 'response' schema described above.

Threading policy: Unsafe

Returns:
the 'response' document (never null). Altering the document alters this reply object. Subsequent calls to this method will return the altered document. The ownership of the "Response" lies with the caller of this method

XML Connector API 6.0.2.61

Visit the SSA Global website for more information.