com.createsend.util.jersey
Class ResourceFactory

java.lang.Object
  extended by com.createsend.util.jersey.ResourceFactory
Direct Known Subclasses:
AuthorisedResourceFactory, UnauthorisedResourceFactory

public abstract class ResourceFactory
extends java.lang.Object


Constructor Summary
ResourceFactory()
           
 
Method Summary
 com.sun.jersey.api.client.WebResource getResource(com.sun.jersey.api.client.Client client, java.lang.String... pathElements)
           
 com.sun.jersey.api.client.WebResource getResource(java.lang.String baseUri, com.sun.jersey.api.client.Client client, java.lang.String... pathElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

getResource

public com.sun.jersey.api.client.WebResource getResource(com.sun.jersey.api.client.Client client,
                                                         java.lang.String... pathElements)

getResource

public com.sun.jersey.api.client.WebResource getResource(java.lang.String baseUri,
                                                         com.sun.jersey.api.client.Client client,
                                                         java.lang.String... pathElements)