public class BytesEntity extends Object implements Serializable
| Constructor and Description |
|---|
BytesEntity() |
BytesEntity(byte[] entity,
boolean fromStream) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEntity() |
boolean |
isFromStream() |
void |
setEntity(byte[] entity) |
void |
setFromStream(boolean fromStream) |
Apache CXF