void addAttachment(SimpleEvent soapEvent,String contentID, Object content,String contentType)void addAttachment(SimpleEvent soapEvent,String contentID, Object content,String contentType)| Name | Type | Description |
|---|---|---|
soapEvent | SimpleEvent | To add attachment for this event |
contentID | String | Content ID for this attachment |
content | Object | String/byte[] representation of the content |
contentType | String | Content Type for this attachment |
| Type | Description |
|---|---|
void |