Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.atom.common |
Modifier and Type | Method and Description |
---|---|
void |
OAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
void |
BasicAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
void |
AuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
Add authentication credenticals, tokens, etc.
|
void |
NoAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
void |
GDataAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
(package private) void |
ClientEntry.addAuthentication(org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
(package private) void |
ClientAtomService.addAuthentication(org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
(package private) void |
ClientCollection.addAuthentication(org.apache.commons.httpclient.HttpMethodBase method)
Deprecated.
|
void |
ClientCollection.addEntry(ClientEntry entry)
Deprecated.
Save to collection a new entry that was created by a createEntry() or createMediaEntry() and
save it to the server.
|
(package private) void |
ClientMediaEntry.addToCollection(ClientCollection col)
Deprecated.
Package access, to be called by DefaultClientCollection
|
(package private) void |
ClientEntry.addToCollection(ClientCollection col)
Deprecated.
|
private void |
OAuthStrategy.callOAuthUri(java.lang.String uri)
Deprecated.
|
ClientEntry |
ClientCollection.createEntry()
Deprecated.
Create new entry associated with collection, but do not save to server.
|
ClientMediaEntry |
ClientCollection.createMediaEntry(java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create new media entry assocaited with collection, but do not save.
|
ClientMediaEntry |
ClientCollection.createMediaEntry(java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
java.io.InputStream is)
Deprecated.
Create new media entry assocaited with collection, but do not save.
|
void |
ClientCategories.fetchContents()
Deprecated.
|
java.io.InputStream |
ClientMediaEntry.getAsStream()
Deprecated.
Get media resource as an InputStream, should work regardless of whether you set the media
resource data as an InputStream or as a byte array.
|
static ClientAtomService |
AtomClientFactory.getAtomService(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create AtomService by reading service doc from Atom Server.
|
private org.jdom2.Document |
ClientAtomService.getAtomServiceDocument()
Deprecated.
|
static ClientCollection |
AtomClientFactory.getCollection(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create ClientCollection bound to URI.
|
java.util.Iterator<ClientEntry> |
ClientCollection.getEntries()
Deprecated.
Get iterator over entries in this collection.
|
ClientEntry |
ClientAtomService.getEntry(java.lang.String uri)
Deprecated.
Get full entry from service by entry edit URI.
|
ClientEntry |
ClientCollection.getEntry(java.lang.String uri)
Deprecated.
Get full entry specified by entry edit URI.
|
private void |
EntryIterator.getNextEntries()
Deprecated.
|
private java.io.InputStream |
ClientMediaEntry.getResourceAsStream()
Deprecated.
|
private void |
OAuthStrategy.init()
Deprecated.
|
void |
BasicAuthStrategy.init()
Deprecated.
|
private void |
GDataAuthStrategy.init()
Deprecated.
|
private void |
ClientAtomService.parseAtomServiceDocument(org.jdom2.Document document)
Deprecated.
Deserialize an Atom service XML document into an object
|
protected void |
ClientCollection.parseCollectionElement(org.jdom2.Element element)
Deprecated.
|
protected void |
ClientWorkspace.parseWorkspaceElement(org.jdom2.Element element,
java.lang.String baseURI)
Deprecated.
Deserialize a Atom workspace XML element into an object
|
void |
ClientEntry.remove()
Deprecated.
Remove entry from server.
|
void |
ClientMediaEntry.update()
Deprecated.
Update entry on server.
|
void |
ClientEntry.update()
Deprecated.
Update entry by posting new representation of entry to server.
|
Constructor and Description |
---|
ClientAtomService(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create Atom blog service instance for specified URL and user account.
|
ClientCategories(org.jdom2.Element e,
ClientCollection clientCollection)
Deprecated.
Load select from XML element
|
ClientCollection(org.jdom2.Element e,
ClientWorkspace workspace,
java.lang.String baseURI)
Deprecated.
|
ClientCollection(java.lang.String href,
AuthStrategy authStrategy)
Deprecated.
|
ClientEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientWorkspace(org.jdom2.Element e,
ClientAtomService atomService,
java.lang.String baseURI)
Deprecated.
|
EntryIterator(ClientCollection collection)
Deprecated.
|
GDataAuthStrategy(java.lang.String email,
java.lang.String password,
java.lang.String service)
Deprecated.
|
OAuthStrategy(java.lang.String username,
java.lang.String key,
java.lang.String secret,
java.lang.String keyType,
java.lang.String reqUrl,
java.lang.String authzUrl,
java.lang.String accessUrl)
Deprecated.
Create OAuth authentcation strategy and negotiate with services to obtain access token to be
used in subsequent calls.
|
Modifier and Type | Method and Description |
---|---|
static AtomService |
AtomService.documentToService(org.jdom2.Document document)
Deprecated.
Deserialize an Atom service XML document into an object
|
Collection |
Collection.elementToCollection(org.jdom2.Element element)
Deprecated.
Deserialize an Atom service collection XML element into an object
|
static Workspace |
Workspace.elementToWorkspace(org.jdom2.Element element)
Deprecated.
Deserialize a Atom workspace XML element into an object
|
protected void |
Collection.parseCollectionElement(org.jdom2.Element element)
Deprecated.
|
protected void |
Workspace.parseWorkspaceElement(org.jdom2.Element element)
Deprecated.
Deserialize a Atom workspace XML element into an object
|
Constructor and Description |
---|
Collection(org.jdom2.Element e)
Deprecated.
Load self from XML element
|
Collection(org.jdom2.Element e,
java.lang.String baseURI)
Deprecated.
Load self from XML element and base URI for resolving relative URIs
|
Workspace(org.jdom2.Element elem)
Deprecated.
|