Package | Description |
---|---|
ru.voskhod.smev.client.api.services.messaging | |
ru.voskhod.smev.client.api.services.template | |
ru.voskhod.smev.client.api.types.message |
Modifier and Type | Method and Description |
---|---|
SMEVMetadata |
MessageMapper.convertSendRequestResponse(SendRequestResponse sendRequestResponse)
Convert send request response smev metadata.
|
SMEVMetadata |
MessageMapper.convertSendResponseResponse(SendResponseResponse sendResponseResponse)
Convert send response response smev metadata.
|
Modifier and Type | Method and Description |
---|---|
SMEVMetadata |
WSTemplate.send(SMEVMessage message)
Отправка сообщение в СМЭВ
|
SMEVMetadata |
Template.sendRejectResponseMessage(String messageId,
String replyToAddress,
String originalMessageId,
String code,
String description,
List<Element> bpm)
Отправляет отказ на обработку сообщения-запроса
|
SMEVMetadata |
Template.sendRequestMessage(String nodeId,
String messageId,
String transactionCode,
String originalMessageId,
String referenceMessageId,
List<Element> bpm,
Date eol,
Element content,
Element personalSignature,
List<File> mtomAttachments,
List<File> largeAttachments,
Map<String,String> extendedProps,
boolean testMessage)
Отправляет сообщение-запрос в СМЭВ
|
SMEVMetadata |
Template.sendResponseMessage(String messageId,
String replyToAddress,
String originalMessageId,
List<Element> bpm,
Element content,
Element personalSignature,
List<File> mtomAttachments,
List<File> largeAttachments,
Map<String,String> extendedProps)
Отправляет сообщение-ответ в СМЭВ
|
SMEVMetadata |
Template.sendStatusResponseMessage(String messageId,
String replyToAddress,
String originalMessageId,
int code,
String description,
Map<String,String> map,
List<Element> bpm)
Отправляет статус обработки сообщения-запроса
|
Modifier and Type | Method and Description |
---|---|
void |
WSTemplate.ack(SMEVMetadata metadata,
boolean accepted)
Подтверждает получение сообщения
|
Modifier and Type | Method and Description |
---|---|
SMEVMetadata |
SMEVMessage.getSMEVMetadata()
Возвращает метаданные сообщения
|
Constructor and Description |
---|
SMEVMessage(SMEVMetadata SMEVMetadata,
BusinessContent data)
Создает сообщение СМЭВ на основе указанных данных
|
Copyright © 2017. All rights reserved.