|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.propono.atom.client.AtomClientFactory
public class AtomClientFactory
Creates AtomService or ClientCollection based on username, password and end-point URI of Atom protocol service.
Constructor Summary | |
---|---|
AtomClientFactory()
|
Method Summary | |
---|---|
static ClientAtomService |
getAtomService(String uri,
String username,
String password)
Create AtomService by reading service doc from Atom Server. |
static ClientCollection |
getCollection(String uri)
Create ClientCollection bound to URI with no authentication. |
static ClientCollection |
getCollection(String uri,
String authString)
Create ClientCollection bound to URI with an authentication string. |
static ClientCollection |
getCollection(String uri,
String username,
String password)
Create ClientCollection bound to URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomClientFactory()
Method Detail |
---|
public static ClientAtomService getAtomService(String uri, String username, String password) throws ProponoException
ProponoException
public static ClientCollection getCollection(String uri, String username, String password) throws ProponoException
ProponoException
public static ClientCollection getCollection(String uri, String authString) throws ProponoException
ProponoException
public static ClientCollection getCollection(String uri) throws ProponoException
ProponoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |