Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type HttpUtils.Output |
static HttpUtils.Response |
HttpUtils.invokePOST(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokePUT(UrlBuilder url,
java.lang.String contentType,
java.util.Map<java.lang.String,java.lang.String> headers,
HttpUtils.Output writer,
BindingSession session)
|
protected HttpUtils.Response |
AbstractAtomPubService.post(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the
result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
java.lang.String contentType,
java.util.Map<java.lang.String,java.lang.String> headers,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result. |