Uses of Class
org.rometools.propono.atom.client.ClientAtomService

Packages that use ClientAtomService
org.rometools.propono.atom.client   
 

Uses of ClientAtomService in org.rometools.propono.atom.client
 

Methods in org.rometools.propono.atom.client that return ClientAtomService
static ClientAtomService AtomClientFactory.getAtomService(String uri, AuthStrategy authStrategy)
          Create AtomService by reading service doc from Atom Server.
 

Constructors in org.rometools.propono.atom.client with parameters of type ClientAtomService
ClientEntry(ClientAtomService service, ClientCollection collection)
           
ClientEntry(ClientAtomService service, ClientCollection collection, com.sun.syndication.feed.atom.Entry entry, boolean partial)
           
ClientMediaEntry(ClientAtomService service, ClientCollection collection)
          Create ClientMedieEntry for service and collection.
ClientMediaEntry(ClientAtomService service, ClientCollection collection, com.sun.syndication.feed.atom.Entry entry, boolean partial)
           
ClientMediaEntry(ClientAtomService service, ClientCollection collection, String title, String slug, String contentType, byte[] bytes)
           
ClientMediaEntry(ClientAtomService service, ClientCollection collection, String title, String slug, String contentType, InputStream is)
           
 



Copyright © 2007-2013 ROME Project. All Rights Reserved.