public interface HttpClient
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.api.client.ClientResponse |
doDelete(String uri) |
com.sun.jersey.api.client.ClientResponse |
doGet(String uri) |
com.sun.jersey.api.client.ClientResponse |
doPost(String uri,
Object data) |
com.sun.jersey.api.client.ClientResponse doPost(String uri, Object data) throws MetacoClientException
MetacoClientException
com.sun.jersey.api.client.ClientResponse doGet(String uri) throws MetacoClientException
MetacoClientException
com.sun.jersey.api.client.ClientResponse doDelete(String uri) throws MetacoClientException
MetacoClientException
Copyright © 2016 Metaco. All rights reserved.