Modifier and Type | Method and Description |
---|---|
SMEVMessage |
MessageMapper.convertGetRequestResponse(GetRequestResponse getRequestResponse)
Convert get request response smev message.
|
SMEVMessage |
MessageMapper.convertGetResponseResponse(GetResponseResponse getResponseResponse)
Convert get response response smev message.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncAdapter.ack(String messageId)
Подтверждает получение сообщения
|
void |
SyncTransport.ack(String targetMessageId,
boolean accepted)
Подтверждает получение сообщения
|
T |
SyncTransport.getResponse(QName responseTypeSelector,
String nodeId)
Получает ответ
|
V |
SyncTransport.sendRequest(T request)
Отправляет запрос
|
SMEVSyncMessage |
SyncAdapter.sendRequestSync(SMEVSyncMessage request,
SyncCallback<SMEVSyncMessage> callback)
Отправляет сообщение в СМЭВ
|
Modifier and Type | Method and Description |
---|---|
Element |
Signer.sign(Element content2sign)
Подписывает указанный xml-элемент
|
Modifier and Type | Method and Description |
---|---|
void |
WSTemplate.ack(SMEVMetadata metadata,
boolean accepted)
Подтверждает получение сообщения
|
void |
Template.ack(String messageId)
Подтверждает получение сообщения
|
MTOMAttachment |
MTOMAttachmentTemplate2.createAttachment(String name,
String mimeType,
byte[] data)
Формирует вложение на основе указанного массива байт
|
LargeUpAttachment |
LargeAttachmentTemplate2.createAttachment(String name,
String mimeType,
byte[] data)
Формирует большое вложение на основе указанного массива байт
|
List<LargeAttachment> |
LargeAttachmentTemplate.createAttachments(List<File> files)
Формирует список больших вложений на основе указанного списка файлов
|
List<? extends SMEVAttachment> |
AttachmentTemplate.createAttachments(List<File> files)
Формирует список вложений на основе указанного списка файлов
|
List<LargeAttachment> |
LargeAttachmentTemplate.createAttachments(List<File> files,
List<byte[]> checkSums)
Формирует список вложений на основе указанного списка файлов с контрольными суммами
|
List<LargeAttachment> |
LargeAttachmentTemplate.createAttachments(List<File> files,
List<byte[]> checkSums,
List<byte[]> personalSignatures)
Формирует список вложений на основе указанного списка файлов с контрольными суммами и подписями
|
SMEVMessage |
WSTemplate.get(QueryInformation query)
Получение сообщения (любого типа - запрос/ответ/...) от СМЭВ.
|
Map<String,Long> |
Template.getIncomingQueueStatistics(String nodeId)
Получает статистику по JMS-очередям текущего клиента
|
Map<String,Long> |
WSTemplate.getIncomingQueueStatistics(String nodeId)
Получает статистику по JMS-очередям текущего клиента
|
SMEVMessage |
Template.getRequestMessage(QName requestTypeSelector,
String nodeId)
Получает сообщение-запрос
|
SMEVMessage |
Template.getResponseMessage(QName requestTypeSelector,
String nodeId)
Получает сообщение-ответ
|
SMEVMessage |
Template.getStatusMessage(QName requestTypeSelector,
String nodeId)
Получает сообщение о статусе
|
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 |
---|---|
boolean |
LargeAttachmentTransport.download(LargeAttachment attachment,
OutputStream output)
Загружает вложение из СМЭВ в указанный выходной поток
|
Modifier and Type | Class and Description |
---|---|
class |
SMEVProcessingException
The type Smev processing exception.
|
class |
SMEVRuntimeException
The type Smev runtime exception.
|
Modifier and Type | Class and Description |
---|---|
class |
SMEVAttachmentsException
The type Smev attachments exception.
|
static class |
SMEVAttachmentsException.MetadataException
The type Metadata exception.
|
static class |
SMEVAttachmentsException.QuoteLimitExceededException
The type Quote limit exceeded exception.
|
static class |
SMEVAttachmentsException.SizeLimitExceededException
The type Size limit exceeded exception.
|
class |
SMEVEncodedException
The type Smev encoded exception.
|
class |
SMEVFailureException
The type Smev failure exception.
|
class |
SMEVMessageContentException
The type Smev message content exception.
|
static class |
SMEVMessageContentException.BusinessDataTypeIsNotSupportedException
The type Business data type is not supported exception.
|
static class |
SMEVMessageContentException.IncorrectResponseContentTypeException
The type Incorrect response content type exception.
|
static class |
SMEVMessageContentException.InvalidContentException
The type Invalid content exception.
|
static class |
SMEVMessageContentException.UnknownMessageTypeException
The type Unknown message type exception.
|
class |
SMEVMessageIdentityException
The type Smev message identity exception.
|
static class |
SMEVMessageIdentityException.InvalidMessageIdFormatException
The type Invalid message id format exception.
|
static class |
SMEVMessageIdentityException.MessageIsAlreadySentException
The type Message is already sent exception.
|
static class |
SMEVMessageIdentityException.StaleMessageIdException
The type Stale message id exception.
|
static class |
SMEVMessageIdentityException.TransactionCodeInvalidException
The type Transaction code invalid exception.
|
class |
SMEVResourceException
The type Smev resource exception.
|
static class |
SMEVResourceException.DestinationOverflowException
The type Destination overflow exception.
|
class |
SMEVRoutingException
The type Smev routing exception.
|
static class |
SMEVRoutingException.AccessDeniedException
The type Access denied exception.
|
static class |
SMEVRoutingException.EndOfLifeException
The type End of life exception.
|
static class |
SMEVRoutingException.RecipientIsNotFoundException
The type Recipient is not found exception.
|
static class |
SMEVRoutingException.SenderIsNotRegisteredException
The type Sender is not registered exception.
|
static class |
SMEVRoutingException.TargetMessageIsNotFoundException
The type Target message is not found exception.
|
class |
SMEVSignatureException
The type Smev signature exception.
|
static class |
SMEVSignatureException.SignatureVerificationFaultException
The type Signature verification fault exception.
|
Modifier and Type | Method and Description |
---|---|
SMEVException |
SMEVContext.getException()
Возвращает возникшее исключение
|
Constructor and Description |
---|
SMEVContext(SMEVContext.Participant sender,
SMEVContext.Participant recipient,
String destinationName,
String contentTypeName,
XMLGregorianCalendar sendingTimestamp,
XMLGregorianCalendar deliveryTimestamp,
String processingDetails,
String interactionType,
SMEVStatus smevStatus,
String replyTo,
SMEVException exception)
Конструктрр
|
Copyright © 2017. All rights reserved.