|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProponoException | |
---|---|
org.rometools.propono.atom.client | |
org.rometools.propono.atom.common |
Uses of ProponoException in org.rometools.propono.atom.client |
---|
Methods in org.rometools.propono.atom.client that throw ProponoException | |
---|---|
void |
BasicAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
|
void |
AuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
Add authentication credenticals, tokens, etc. to HTTP method |
void |
GDataAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
|
void |
NoAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
|
void |
OAuthStrategy.addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethodBase method)
|
void |
ClientCollection.addEntry(ClientEntry entry)
Save to collection a new entry that was created by a createEntry() or createMediaEntry() and save it to the server. |
ClientEntry |
ClientCollection.createEntry()
Create new entry associated with collection, but do not save to server. |
ClientMediaEntry |
ClientCollection.createMediaEntry(String title,
String slug,
String contentType,
byte[] bytes)
Create new media entry assocaited with collection, but do not save. |
ClientMediaEntry |
ClientCollection.createMediaEntry(String title,
String slug,
String contentType,
InputStream is)
Create new media entry assocaited with collection, but do not save. |
void |
ClientCategories.fetchContents()
|
InputStream |
ClientMediaEntry.getAsStream()
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(String uri,
AuthStrategy authStrategy)
Create AtomService by reading service doc from Atom Server. |
static ClientCollection |
AtomClientFactory.getCollection(String uri,
AuthStrategy authStrategy)
Create ClientCollection bound to URI. |
Iterator |
ClientCollection.getEntries()
Get iterator over entries in this collection. |
ClientEntry |
ClientAtomService.getEntry(String uri)
Get full entry from service by entry edit URI. |
ClientEntry |
ClientCollection.getEntry(String uri)
Get full entry specified by entry edit URI. |
void |
BasicAuthStrategy.init()
|
protected void |
ClientCollection.parseCollectionElement(org.jdom.Element element)
|
protected void |
ClientWorkspace.parseWorkspaceElement(org.jdom.Element element,
String baseURI)
Deserialize a Atom workspace XML element into an object |
void |
ClientEntry.remove()
Remove entry from server. |
void |
ClientEntry.update()
Update entry by posting new representation of entry to server. |
void |
ClientMediaEntry.update()
Update entry on server. |
Constructors in org.rometools.propono.atom.client that throw ProponoException | |
---|---|
ClientCategories(org.jdom.Element e,
ClientCollection clientCollection)
Load select from XML element |
|
ClientEntry(ClientAtomService service,
ClientCollection collection,
com.sun.syndication.feed.atom.Entry entry,
boolean partial)
|
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
com.sun.syndication.feed.atom.Entry entry,
boolean partial)
|
|
GDataAuthStrategy(String email,
String password,
String service)
|
|
OAuthStrategy(String username,
String key,
String secret,
String keyType,
String reqUrl,
String authzUrl,
String accessUrl)
Create OAuth authentcation strategy and negotiate with services to obtain access token to be used in subsequent calls. |
Uses of ProponoException in org.rometools.propono.atom.common |
---|
Methods in org.rometools.propono.atom.common that throw ProponoException | |
---|---|
static AtomService |
AtomService.documentToService(org.jdom.Document document)
Deserialize an Atom service XML document into an object |
Collection |
Collection.elementToCollection(org.jdom.Element element)
Deserialize an Atom service collection XML element into an object |
static Workspace |
Workspace.elementToWorkspace(org.jdom.Element element)
Deserialize a Atom workspace XML element into an object |
protected void |
Collection.parseCollectionElement(org.jdom.Element element)
|
protected void |
Workspace.parseWorkspaceElement(org.jdom.Element element)
Deserialize a Atom workspace XML element into an object |
Constructors in org.rometools.propono.atom.common that throw ProponoException | |
---|---|
Collection(org.jdom.Element e)
Load self from XML element |
|
Collection(org.jdom.Element e,
String baseURI)
Load self from XML element and base URI for resolving relative URIs |
|
Workspace(org.jdom.Element elem)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |