OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message.pkg
Interface Item

All Superinterfaces:
ItemCommonAttributes, PackageItem

public interface Item
extends ItemCommonAttributes, PackageItem

Provider accessors for package item properties

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

Fields inherited from interface oracle.syndicate.message.pkg.ItemCommonAttributes
CONTENT_TRANSFER_ENCODING_BASE64, CONTENT_TRANSFER_ENCODING_XML

 

Fields inherited from interface oracle.syndicate.message.pkg.PackageItem
PACKAGE_ITEM_ADD, PACKAGE_ITEM_GROUP, PACKAGE_ITEM_REF, PACKAGE_ITEM_REMOVE

 

Method Summary
 ContentAccessor getContent()
          Returns the item content accessor.
 java.lang.String getName()
          Returns the name for this package item
 void setContent(ContentAccessor ca)
          Set the packae item content accessor

 

Methods inherited from interface oracle.syndicate.message.pkg.ItemCommonAttributes
getActivation, getContentFilename, getContentTransferEncoding, getContentType, getExpiration, getID, getIPStatus, getLicense, getRightsHolder, getShowCredit, getSubscriptionElement

 

Methods inherited from interface oracle.syndicate.message.pkg.PackageItem
getPackageItemType

 

Method Detail

getName

public java.lang.String getName()
Returns the name for this package item

getContent

public ContentAccessor getContent()
Returns the item content accessor. To access item content refer to the SAXPackageHandler supplied in the SyndicateConnection.getPackage call.
See Also:
SyndicateConnection

setContent

public void setContent(ContentAccessor ca)
Set the packae item content accessor

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

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