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

Request and Response Objects Overview

Request and Response Objects Overview

Every operation that you perform by using SIF requires a set of request and response objects. A request object includes methods that indicate the action that you want to perform on the MDM Hub, and a response object includes methods that return the result of that action.
A SIF class can represent a request object or a response object. A SIF class that represents a request object has a suffix of 'Request,' and a SIF class that represents a response object has a suffix of 'Response.' For example, the
PutRequest
class represents a request object, and the
PutResponse
class represents the response to the
PutRequest
object.
The request and response objects can have Java or XML representations. To represent request and response objects in Java, you must internally convert an XML representation to Java.
Use EJB protocol to invoke the SIF classes if you want multiple requests to participate in a single transaction.

0 COMMENTS

We’d like to hear from you!