Uses of Interface
org.apache.chemistry.opencmis.client.bindings.spi.atompub.HttpUtils.Output

Packages that use HttpUtils.Output
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
 

Uses of HttpUtils.Output in org.apache.chemistry.opencmis.client.bindings.spi.atompub
 

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.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.