TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MBusinessDocument::getErrorAddress
MBusinessDocument
Retrieve the reply subject for communicating Exceptions back. This could be, for example, an inbox address.
Parameters
Parameters
Description
MString& rsSubject
Parameter in which to store the error address.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual
Mboolean getErrorAddress(
MString
& rsSubject)
throw
(
MException
);
Links
MBusinessDocument
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference