Uses of Interface
pusu.data.OutputFeed

Packages that use OutputFeed
pusu.data   
 

Uses of OutputFeed in pusu.data
 

Classes in pusu.data that implement OutputFeed
 class AtomOutputFeed
          Konkreettinen toteutus OutputFeed-rajapinnalle.
 class RssOutputFeed
          Konkreettinen toteutus OutputFeed-rajapinnalle.
 

Methods in pusu.data that return OutputFeed
static OutputFeed OutputFeedFactory.createFeed(java.lang.String title, OutputFeedFactory.FeedType feedType)
          Luo uuden halutun tyyppisen ulosmenevän syötteen.
 OutputFeed Subscription.getOutputFeed()
          Palauttaa syötteen, joka sisältää tilaukseen liittyvät lähtettämättömät artikkelit.
 

Constructors in pusu.data with parameters of type OutputFeed
Subscription(Client client, OutputFeed outputFeed)
          Luo tilauksen tietorakenteen.