public interface AttachmentFacade
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
RespondAttachmentType | changeAttachment(ChangeAttachmentType aChangeAttachment)
This method will communicate with the Attachment facade and send the specified ChangeAttachment request.
|
ShowAttachmentType | getAttachment(GetAttachmentType aGetAttachment)
This method will communicate with the Attachment facade and send the specified GetAttachment request.
|
AcknowledgeAttachmentType | processAttachment(ProcessAttachmentType aProcessAttachment)
This method will communicate with the Attachment facade and send the specified ProcessAttachment request.
|
static final java.lang.String COPYRIGHT
ShowAttachmentType getAttachment(GetAttachmentType aGetAttachment)
AcknowledgeAttachmentType processAttachment(ProcessAttachmentType aProcessAttachment)
RespondAttachmentType changeAttachment(ChangeAttachmentType aChangeAttachment)