org.apache.cxf.jaxrs.client.cache
Class BytesEntity

java.lang.Object
  extended by org.apache.cxf.jaxrs.client.cache.BytesEntity
All Implemented Interfaces:
Serializable

public class BytesEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BytesEntity()
           
BytesEntity(byte[] entity, boolean fromStream)
           
 
Method Summary
 byte[] getEntity()
           
 boolean isFromStream()
           
 void setEntity(byte[] entity)
           
 void setFromStream(boolean fromStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesEntity

public BytesEntity()

BytesEntity

public BytesEntity(byte[] entity,
                   boolean fromStream)
Method Detail

getEntity

public byte[] getEntity()

setEntity

public void setEntity(byte[] entity)

isFromStream

public boolean isFromStream()

setFromStream

public void setFromStream(boolean fromStream)


Apache CXF