public class ProxyService extends Object
Constructor and Description |
---|
ProxyService() |
Modifier and Type | Method and Description |
---|---|
Response |
getCompact(String url) |
Response |
getResource(String url) |
Response |
getServiceProvider(String url) |
Response |
update(String url,
InputStream entity) |
public Response getResource(String url) throws ServletException, IOException
ServletException
IOException
public Response getServiceProvider(String url) throws ServletException, IOException
ServletException
IOException
public Response getCompact(String url) throws ServletException, IOException
ServletException
IOException
public Response update(String url, InputStream entity)