com.createsend.util.jersey
Class ResourceFactory
java.lang.Object
com.createsend.util.jersey.ResourceFactory
- Direct Known Subclasses:
- AuthorisedResourceFactory, UnauthorisedResourceFactory
public abstract class ResourceFactory
- extends Object
|
Method Summary |
com.sun.jersey.api.client.WebResource |
getResource(com.sun.jersey.api.client.Client client,
String... pathElements)
|
com.sun.jersey.api.client.WebResource |
getResource(String baseUri,
com.sun.jersey.api.client.Client client,
String... pathElements)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFactory
public ResourceFactory()
getResource
public com.sun.jersey.api.client.WebResource getResource(com.sun.jersey.api.client.Client client,
String... pathElements)
getResource
public com.sun.jersey.api.client.WebResource getResource(String baseUri,
com.sun.jersey.api.client.Client client,
String... pathElements)
Copyright © 2013. All Rights Reserved.