Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.blogclient.atomprotocol |
Modifier and Type | Field and Description |
---|---|
private ClientAtomService |
ClientWorkspace.atomService
Deprecated.
|
private ClientAtomService |
ClientEntry.service
Deprecated.
|
private ClientAtomService |
ClientCollection.service
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) ClientAtomService |
ClientWorkspace.getAtomService()
Deprecated.
Package access to parent service.
|
static ClientAtomService |
AtomClientFactory.getAtomService(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create AtomService by reading service doc from Atom Server.
|
Constructor and Description |
---|
ClientEntry(ClientAtomService service,
ClientCollection collection)
Deprecated.
|
ClientEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection)
Deprecated.
Create ClientMedieEntry for service and collection.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
byte[] bytes)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
java.io.InputStream is)
Deprecated.
|
ClientWorkspace(org.jdom2.Element e,
ClientAtomService atomService,
java.lang.String baseURI)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ClientAtomService |
AtomBlog.service
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) ClientAtomService |
AtomBlog.getService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AtomBlog.setService(ClientAtomService service)
Deprecated.
|
Constructor and Description |
---|
AtomBlog(ClientAtomService service,
ClientWorkspace workspace)
Deprecated.
Create AtomBlog using specified HTTPClient, user account and workspace, called by
AtomConnection.
|