public interface AttachmentContainer
Behaviour for ModelItems that contain attachments (Requests and MockResponses)
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addAttachmentsChangeListener(java.beans.PropertyChangeListener listener) |
|
public Attachment |
getAttachmentAt(int index) |
|
public int |
getAttachmentCount() |
|
public MessagePart.AttachmentPart |
getAttachmentPart(java.lang.String partName) |
|
public Attachment[] |
getAttachments() |
|
public Attachment[] |
getAttachmentsForPart(java.lang.String partName) |
|
public MessagePart.AttachmentPart[] |
getDefinedAttachmentParts() |
|
public ModelItem |
getModelItem() Returns ModelItem associated with this container |
|
public boolean |
isMultipartEnabled() |
|
public void |
removeAttachmentsChangeListener(java.beans.PropertyChangeListener listener) |
Returns ModelItem associated with this container