|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.createsend.util.jersey.ResourceFactory
com.createsend.util.jersey.AuthorisedResourceFactory
public class AuthorisedResourceFactory
Constructor Summary | |
---|---|
AuthorisedResourceFactory(java.lang.String accessToken)
|
|
AuthorisedResourceFactory(java.lang.String username,
java.lang.String password)
|
Method Summary | |
---|---|
com.sun.jersey.api.client.WebResource |
getResource(com.sun.jersey.api.client.Client client,
java.lang.String... pathElements)
|
Methods inherited from class com.createsend.util.jersey.ResourceFactory |
---|
getResource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorisedResourceFactory(java.lang.String accessToken)
public AuthorisedResourceFactory(java.lang.String username, java.lang.String password)
Method Detail |
---|
public com.sun.jersey.api.client.WebResource getResource(com.sun.jersey.api.client.Client client, java.lang.String... pathElements)
getResource
in class ResourceFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |