Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

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!