public abstract class AbstractWebResourceWrapper extends Object implements WebResourceWrapper
| Constructor and Description |
|---|
AbstractWebResourceWrapper(com.sun.jersey.api.client.WebResource webResource) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.jersey.api.client.WebResource |
getWebResource() |
com.sun.jersey.api.client.WebResource |
rewritten(String path,
String method) |
com.sun.jersey.api.client.WebResource |
rewritten(String path,
String method,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
public AbstractWebResourceWrapper(com.sun.jersey.api.client.WebResource webResource)
protected com.sun.jersey.api.client.WebResource getWebResource()
public com.sun.jersey.api.client.WebResource rewritten(String path, String method) throws ClientException
rewritten in interface WebResourceWrapperClientExceptionpublic com.sun.jersey.api.client.WebResource rewritten(String path, String method, javax.ws.rs.core.MultivaluedMap<String,String> queryParams) throws ClientException
rewritten in interface WebResourceWrapperClientExceptionCopyright © 2012–2016 Emory University. All rights reserved.