Table of Contents

Search

  1. Introduction
  2. Samples and Examples
  3. Tools and Utilities
  4. SDK Resources

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!