org.openanzo.atom.client
Class AtomClientResponse<T>

java.lang.Object
  extended by org.openanzo.atom.client.AtomClientResponse<T>

public class AtomClientResponse<T>
extends java.lang.Object


Constructor Summary
AtomClientResponse(T body, org.apache.commons.httpclient.HttpMethod method)
           
 
Method Summary
 T getBody()
           
 java.lang.String getHeader(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomClientResponse

public AtomClientResponse(T body,
                          org.apache.commons.httpclient.HttpMethod method)
Method Detail

getHeader

public java.lang.String getHeader(java.lang.String name)

getBody

public T getBody()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.