Uses of Interface
com.sun.syndication.common.CopyFrom

Packages that use CopyFrom
com.sun.syndication.feed.module   
com.sun.syndication.feed.synd   
 

Uses of CopyFrom in com.sun.syndication.feed.module
 

Subinterfaces of CopyFrom in com.sun.syndication.feed.module
 interface DCModuleI
          Dublin Core Module.
 interface DCSubjectI
          Subject of the Dublin Core Module.
 interface ModuleI
          Base class for modules describing Metadata of feeds.
 interface SyModuleI
          Syndication Module.
 

Classes in com.sun.syndication.feed.module that implement CopyFrom
 class DCModule
          Dublin Core Module, default implementation.
 class DCSubject
          Subject of the Dublin Core Module, default implementation.
 class Module
          Base class for modules describing Metadata of feeds, default implementations.
 class SyModule
          Syndication Module, default implementation.
 

Uses of CopyFrom in com.sun.syndication.feed.synd
 

Subinterfaces of CopyFrom in com.sun.syndication.feed.synd
 interface SyndContentI
          Bean interface for content of SyndFeed entries.
 interface SyndEntryI
          Bean interface for entries of SyndFeed feeds.
 interface SyndFeedI
          Bean interface for all types of feeds.
 interface SyndImageI
          Bean interface for images of SyndFeed feeds.
 

Classes in com.sun.syndication.feed.synd that implement CopyFrom
 class SyndContent
          Bean for content of SyndFeed entries.
 class SyndEntry
          Bean for entries of SyndFeed feeds.
 class SyndFeed
          Bean for all types of feeds.
 class SyndImage
          Bean for images of SyndFeed feeds.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.