Modifier and Type | Method and Description |
---|---|
List<? extends SMEVAttachment> |
AttachmentTemplate.createAttachments(List<File> files)
Формирует список вложений на основе указанного списка файлов
|
Modifier and Type | Method and Description |
---|---|
void |
LargeAttachmentTemplate.sendLargeAttachments(List<SMEVAttachment> attachments)
Отправляет вложения
|
Modifier and Type | Class and Description |
---|---|
class |
LargeAttachment
Большое вложение, пересылаемое отдельно от сообщения
|
class |
LargeUpAttachment |
class |
MTOMAttachment
Вложение, пересылаемое совместно с сообщением
|
class |
UpAttachment |
Modifier and Type | Method and Description |
---|---|
List<SMEVAttachment> |
BusinessContent.getAttachments()
Возвращает список вложений
|
Modifier and Type | Method and Description |
---|---|
List<SMEVAttachment> |
RequestContent.getAttachments()
Возвращает список вложений
|
Constructor and Description |
---|
RequestContent(Element content,
Element personalSignature,
List<SMEVAttachment> attachments,
List<Element> businessProcessMetadata)
Конструктор
|
Modifier and Type | Method and Description |
---|---|
List<SMEVAttachment> |
ResponseContent.getAttachments()
Возвращает список вложений
|
Constructor and Description |
---|
ResponseContent(Element content,
Element personalSignature,
List<SMEVAttachment> attachments,
List<Element> businessProcessMetadata)
Конструктор
|
Copyright © 2017. All rights reserved.