Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

Response Objects

Response Objects

A response object represents the response to the corresponding request object and includes methods that return the result of the action that you perform on the MDM Hub. A SIF class that represents a response object is a subclass of the
SiperianResponse
class and extends the
SiperianResponse
class into it.
For example, the following sample uses the
GetOrsMetadataResponse
object:
GetOrsMetadataResponse getOrsMetadataResponse = (GetOrsMetadataResponse) sifClient.process(getOrsMetadataRequest ); System.out.println("ORS Metadata (first line only): " + getOrsMetadataResponse.getRepositoryXml().substring(0, 80));;

0 COMMENTS

We’d like to hear from you!