org.odata4j.cxf.consumer
Class CxfClientResponse

java.lang.Object
  extended by org.odata4j.cxf.consumer.CxfClientResponse
All Implemented Interfaces:
ODataClientResponse

public class CxfClientResponse
extends Object
implements ODataClientResponse


Constructor Summary
CxfClientResponse(org.apache.http.HttpResponse httpResponse)
           
 
Method Summary
 void close()
           
 MultivaluedMap<String,String> getHeaders()
           
 org.apache.http.HttpResponse getHttpResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfClientResponse

public CxfClientResponse(org.apache.http.HttpResponse httpResponse)
Method Detail

close

public void close()
Specified by:
close in interface ODataClientResponse

getHeaders

public MultivaluedMap<String,String> getHeaders()
Specified by:
getHeaders in interface ODataClientResponse

getHttpResponse

public org.apache.http.HttpResponse getHttpResponse()


http://odata4j.org