OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message.response
Interface Response

All Superinterfaces:
Payload
All Known Subinterfaces:
Cancellation, Catalog, EventsResponse, OfferResponse, PackageResponse, Sequence, StatusResponse, SubscriptionResponse

public interface Response
extends Payload

Super interface providing accessors for all responses returned by the SyndicateConnection methods.

Since:
release specific (what release of product did this appear in)

Method Summary
 Code getCode()
          Returns the code for this response
 java.lang.String getResponseID()
          Returns response id
 boolean isUnsolicitedPending()
          Returns true if response unsolicited-pending is set

 

Methods inherited from interface oracle.syndicate.message.payload.Payload
getHeader, getPayloadID, getTimestamp, getVersion

 

Method Detail

getCode

public Code getCode()
Returns the code for this response

getResponseID

public java.lang.String getResponseID()
Returns response id

isUnsolicitedPending

public boolean isUnsolicitedPending()
Returns true if response unsolicited-pending is set

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.