public class BlobMessage extends Object implements Message
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BlobMessage.FileMessageBuilder  | 
static class  | 
BlobMessage.StringMessageBuilder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
content  | 
protected String | 
encoding  | 
protected String | 
filename  | 
protected String | 
mimetype  | 
protected String | 
path  | 
| Modifier | Constructor and Description | 
|---|---|
  | 
BlobMessage()  | 
protected  | 
BlobMessage(BlobMessage.StringMessageBuilder builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getContent()  | 
String | 
getEncoding()  | 
String | 
getFilename()  | 
String | 
getId()
A message identifier. 
 | 
String | 
getMimetype()  | 
String | 
getPath()  | 
int | 
hashCode()  | 
void | 
readExternal(ObjectInput in)  | 
String | 
toString()  | 
void | 
writeExternal(ObjectOutput out)  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforceBatch, poisonPillpublic BlobMessage()
protected BlobMessage(BlobMessage.StringMessageBuilder builder)
public String getMimetype()
public String getFilename()
public String getContent()
public String getEncoding()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2019 Nuxeo. All rights reserved.