OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message
Interface Code


public interface Code

Provide accessor methods for a message properties and and error code associated with a message.

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

Method Summary
 java.lang.String getMessageID()
          Returns the ID of this message
 int getNumeric()
          Returns numeric response code for this message
 java.lang.String getPackageID()
          Returns the package ID for this message if any
 java.lang.String getPayloadID()
          Returns the payload ID for this message
 java.lang.String getPhrase()
          Returns the message phrase
 java.lang.String getText()
          Returns any text associated with this message
 java.lang.String getXMLLang()
          Returns the language code associated with this message

 

Method Detail

getMessageID

public java.lang.String getMessageID()
Returns the ID of this message

getNumeric

public int getNumeric()
Returns numeric response code for this message

getPackageID

public java.lang.String getPackageID()
Returns the package ID for this message if any

getPayloadID

public java.lang.String getPayloadID()
Returns the payload ID for this message

getPhrase

public java.lang.String getPhrase()
Returns the message phrase

getText

public java.lang.String getText()
Returns any text associated with this message

getXMLLang

public java.lang.String getXMLLang()
Returns the language code associated with this message

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

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