- cancel() - Method in interface ru.voskhod.smev.client.api.services.transport.LargeAttachmentTransport
-
Отменяет текущую операцию загрузки
- CancelRequestContent - Class in ru.voskhod.smev.client.api.types.message.business.data.request
-
Содержимое отклонения запроса
- CancelRequestContent(List<Element>) - Constructor for class ru.voskhod.smev.client.api.types.message.business.data.request.CancelRequestContent
-
Конструктор
- checkSum - Variable in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
Контрольная сумма, для проверки целостности файла
- checkSum - Variable in class ru.voskhod.smev.client.api.types.message.attachment.UpAttachment
-
Контрольная сумма, для проверки целостности файла
- content - Variable in class ru.voskhod.smev.client.api.types.message.attachment.MTOMAttachment
-
Объект доступа к содержимому вложения
- content - Variable in class ru.voskhod.smev.client.api.types.message.transport.GeoMessage
-
- contentRef - Variable in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
URI исходного файла
- convert(Throwable) - Method in interface ru.voskhod.smev.client.api.services.messaging.ExceptionMapper
-
Конвертирует указанное исключение в исключение клиентского API
- convert(T) - Method in interface ru.voskhod.smev.client.api.services.messaging.ExceptionMapper
-
Конвертирует указанную ошибку смэв в исключение клиентского API
- convertAckResponse(Void) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert ack response smev context.
- convertGetRequestResponse(GetRequestResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert get request response smev message.
- convertGetResponseResponse(GetResponseResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert get response response smev message.
- convertSendRequestResponse(SendRequestResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert send request response smev metadata.
- convertSendResponseResponse(SendResponseResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert send response response smev metadata.
- convertStatisticsResponse(GetIncomingQueueStatisticsResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert statistics response map.
- convertStatusResponse(GetStatusResponse) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Convert status response smev message.
- createAckRequest(String, boolean) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create ack request ack request.
- createAttachment(String, String, byte[]) - Method in interface ru.voskhod.smev.client.api.services.template.LargeAttachmentTemplate2
-
Формирует большое вложение на основе указанного массива байт
- createAttachment(String, String, byte[]) - Method in interface ru.voskhod.smev.client.api.services.template.MTOMAttachmentTemplate2
-
Формирует вложение на основе указанного массива байт
- createAttachments(List<File>) - Method in interface ru.voskhod.smev.client.api.services.template.AttachmentTemplate
-
Формирует список вложений на основе указанного списка файлов
- createAttachments(List<File>) - Method in interface ru.voskhod.smev.client.api.services.template.LargeAttachmentTemplate
-
Формирует список больших вложений на основе указанного списка файлов
- createAttachments(List<File>, List<byte[]>) - Method in interface ru.voskhod.smev.client.api.services.template.LargeAttachmentTemplate
-
Формирует список вложений на основе указанного списка файлов с контрольными суммами
- createAttachments(List<File>, List<byte[]>, List<byte[]>) - Method in interface ru.voskhod.smev.client.api.services.template.LargeAttachmentTemplate
-
Формирует список вложений на основе указанного списка файлов с контрольными суммами и подписями
- createAttachments(List<File>) - Method in interface ru.voskhod.smev.client.api.services.template.MTOMAttachmentTemplate
-
Формирует список вложений на основе указанного списка файлов
- createAttachments(List<File>, List<byte[]>) - Method in interface ru.voskhod.smev.client.api.services.template.MTOMAttachmentTemplate
-
Формирует список вложений на основе указанного списка файлов с подписями
- createGetIncomingQueueStatisticsRequest(String) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create get incoming queue statistics request get incoming queue statistics request.
- createGetRequestRequest(QueryInformation) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create get request request get request request.
- createGetResponseRequest(QueryInformation) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create get response request get response request.
- createGetStatusRequest() - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create get status request get status request.
- createSendRequestRequest(SMEVMessage) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create send request request send request request.
- createSendResponseRequest(SMEVMessage) - Method in interface ru.voskhod.smev.client.api.services.messaging.MessageMapper
-
Create send response request send response request.
- generateAttachmentId(String, int) - Method in interface ru.voskhod.smev.client.api.services.identification.IdentityService
-
Генерирует идентификатор вложения на основе порядкового номера и MIME-типа
- generateAttachmentUUID() - Method in interface ru.voskhod.smev.client.api.services.identification.IdentityService
-
Генерирует идентификатор вложения
- generateUUID() - Method in interface ru.voskhod.smev.client.api.services.identification.IdentityService
-
Сгенерировать ID для нового сообщения.
- GeoMessage<With> - Class in ru.voskhod.smev.client.api.types.message.transport
-
- GeoMessage(String, With) - Constructor for class ru.voskhod.smev.client.api.types.message.transport.GeoMessage
-
- GeoMessage(With) - Constructor for class ru.voskhod.smev.client.api.types.message.transport.GeoMessage
-
- GeoMessageTransport<RequestRequest,RequestResponse,ResponseRequest,ResponseResponse,GetRequestRequest,GetRequestResponse,GetResponseRequest,GetResponseResponse,StatusRequest,StatusResponse,AckRequest,AckResponse,StatisticsRequest,StatisticsResponse> - Interface in ru.voskhod.smev.client.api.services.transport
-
Сервис транспорта сообщений
- GeoMessageTransportConfiguration - Interface in ru.voskhod.smev.client.api.services.transport.configuration
-
Конфигурация транспорта сообщений
- GeoTemplateConfiguration - Interface in ru.voskhod.smev.client.api.services.template.configuration
-
- GeoTemplateConfiguration2 - Interface in ru.voskhod.smev.client.api.services.template.configuration
-
- get(QueryInformation) - Method in interface ru.voskhod.smev.client.api.services.template.WSTemplate
-
Получение сообщения (любого типа - запрос/ответ/...) от СМЭВ.
- getAddress() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.LargeAttachmentTransportConfiguration
-
Адрес ФТП-сервера
- getAttachmentId() - Method in class ru.voskhod.smev.client.api.types.message.attachment.MTOMAttachment
-
Возвращает идентификатор вложения
- getAttachments() - Method in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Возвращает список вложений
- getAttachments() - Method in class ru.voskhod.smev.client.api.types.message.business.data.request.RequestContent
-
Возвращает список вложений
- getAttachments() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.ResponseContent
-
Возвращает список вложений
- getBusinessProcessMetadata() - Method in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Возвращает бизнес-метаданные, заданные пользователем
- getCertificate(String) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Возвращает сертификат по указанному псевдониму
- getCertificateAlias() - Method in interface ru.voskhod.smev.client.api.services.signature.configuration.SignerConfiguration
-
Возвращает сконфигурированный псевдоним сертификата
- getCheckInterval() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает интервал проверки получения ответа
- getCheckIntervalUnit() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает единицу измерения интервала проверки
- getCheckSum() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
Возвращает контрольную сумму
- getCheckSum() - Method in class ru.voskhod.smev.client.api.types.message.attachment.UpAttachment
-
Возвращает контрольную сумму
- getCode() - Method in exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Gets code.
- getContent() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncMessage
-
Возвращает содержимое сообщения
- getContent() - Method in class ru.voskhod.smev.client.api.types.message.attachment.MTOMAttachment
-
Возвращает объект доступа к содержимому вложения
- getContent() - Method in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Возвращает содержимое сообщения - xml-элемент, отправленный пользователем
- getContent() - Method in class ru.voskhod.smev.client.api.types.message.business.data.request.RequestContent
-
Возвращает данные, отправленные пользователем
- getContent() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.ResponseContent
-
Возвращает данные, отправленные пользователем
- getContentRef() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
Возвращает URI исходного файла
- getContentTypeName() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает тип содержимого
- getCurrentNode() - Method in interface ru.voskhod.smev.client.api.services.admin.AdminService
-
Возвращает мнемонику текущего ГРУ
- getData() - Method in class ru.voskhod.smev.client.api.types.message.SMEVMessage
-
Возвращает содержимое сообщения
- getDeliveryTimestamp() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает дату доставки
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.MetadataException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVFailureException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.IncorrectResponseContentTypeException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.UnknownMessageTypeException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.InvalidMessageIdFormatException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.StaleMessageIdException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.TransactionCodeInvalidException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.AccessDeniedException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.EndOfLifeException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.RecipientIsNotFoundException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.SenderIsNotRegisteredException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.TargetMessageIsNotFoundException
-
Gets description.
- getDescription() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Gets description.
- getDestinationName() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException.DestinationOverflowException.DestinationOverflow
-
Gets destination name.
- getDestinationName() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает имя точки назначения
- getDigest(File) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Получает дайджест указанного файла
- getDigest(DigestInputStream) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Получает дайджест указанного битового потока
- getDigestInputStream(File) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Преобразует файл в битовый поток
- getDigestInputStream(InputStream) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Преобразует обычный битовый поток в поток, пригодный для получения дайджеста
- getDs() - Method in class ru.voskhod.smev.client.api.types.message.attachment.UpAttachment
-
- getEndpointConfigurations() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.GeoMessageTransportConfiguration
-
- getEol() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncMessage
-
Возвращает время, до которого необходимо обработать сообщение
- getEol() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.RequestInformation
-
Возвращает дату и время до которого необходимо обработать сообщение
- getErrorPosition() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError
-
Gets error position.
- getException() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает возникшее исключение
- getExtendedProperties() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Gets extended properties.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException
-
Gets fault info.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException
-
Gets fault info.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException
-
Gets fault info.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException
-
Gets fault info.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException.DestinationOverflowException
-
Gets fault info.
- getFaultInfo() - Method in exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Gets fault info.
- getGeoMessageTransportConfiguration() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.GeoTemplateConfiguration
-
- getHumanReadableName() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext.Participant
-
Возвращает удобочитаемое имя
- getId() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.TransportEndpointConfiguration
-
Идентификатор
- getIdentityConfig() - Method in interface ru.voskhod.smev.client.api.services.admin.configuration.AdminServiceConfiguration
-
Возвращает конфигурацию сервиса идентификации
- getIdentityConfig() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает конфигурацию сервиса идентификации
- getIdTransport() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает идентификатор отранспорта
- getIncomingQueueStatistics(String) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Получает статистику по JMS-очередям текущего клиента
- getIncomingQueueStatistics(String) - Method in interface ru.voskhod.smev.client.api.services.template.WSTemplate
-
Получает статистику по JMS-очередям текущего клиента
- getIncomingQueueStatistics(StatisticsRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Получает статистику по очередям
- getInteractionType() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает тип взаимодействия
- getKey(String, String) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Возвращает закрытый ключ по указанному псевдониму и паролю
- getLargeAttachmentTransportConfig() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает конфигурацию шаблона для работы с большими файлами
- getLocalStorage() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает путь к директории, в которой необходимо сохранять вложения из входящих сообщений
- getLocation() - Method in interface ru.voskhod.smev.client.api.services.validation.configuration.ValidatorConfiguration
-
Не используется
- getLoggingInput() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Логировать-ли входящие объекты
- getLoggingOutput() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Логировать-ли исходящие объекты
- getLogin() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.LargeAttachmentTransportConfiguration
-
Идентификатор пользователя на ФТП сервере
- getMaxAttempts() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.LargeAttachmentTransportConfiguration
-
Максимальное количество попыток отправки файла
- getMaxTimeout() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает максимальное время ожидания получения ответа
- getMaxTimeoutUnit() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает единицу измерения максимального времени ожидания ответа
- getMessageBrokerAddress() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException.DestinationOverflowException.DestinationOverflow
-
Gets message broker address.
- getMessageGenerationConfig() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает конфигурацию конвертора сообщений
- getMessageId(T) - Method in interface ru.voskhod.smev.client.api.services.poll.PollInterface
-
Возвращает идентификатор сообщения
- getMessageId() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncMessage
-
Возвращает идентификатор сообщения
- getMessageId() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata.MessageIdentity
-
Gets message id.
- getMessageIdentity() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Gets message identity.
- getMessageTransportConfiguration() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.WSTemplateConfiguration
-
Возвращает конфигурацию основного транспорта сообщений
- getMimeType() - Method in class ru.voskhod.smev.client.api.types.message.attachment.SMEVAttachment
-
Возвращает MIME-тип вложения
- getMnemonic() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext.Participant
-
Возвращает мнемонический код
- getNamespaceURI() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.QueryInformation
-
Возвращает пространство имен
- getNodeId() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncMessage
-
Возвращает идентифкатор узла СМЭВ
- getNodeId() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.ProcessingInformation
-
Возвращает идентификатор узла СМЭВ
- getOriginalMessageId() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncMessage
-
Возвращает идентификатор сообщения, в ответ на которое отсылается текущее
- getOriginalMessageId() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.ResponseInformation
-
Возвращает идентификатор сообщения, в ответ на которое отсылается текущее
- getParameters() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.StatusResponseContent
-
Возвращает дополнительные параметры
- getPass() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.LargeAttachmentTransportConfiguration
-
Пароль пользователя
- getPassword() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment.TransportDetails
-
Возвращает пароль
- getPermittedTotalAttachmentSize() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo
-
Gets permitted total attachment size.
- getPersonalSignature() - Method in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Возвращает персональную подпись пользователя (если указана)
- getPersonalSignature() - Method in class ru.voskhod.smev.client.api.types.message.business.data.request.RequestContent
-
Возвращает персональную цифровую подпись
- getPersonalSignature() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.ResponseContent
-
Возвращает персональную цифровую подпись
- getPollThreads() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает количество потоков опроса
- getPrivateKeyAlias() - Method in interface ru.voskhod.smev.client.api.services.signature.configuration.SignerConfiguration
-
Возвращает сконфигурированный псевдоним закрытого ключа
- getPrivateKeyPassword() - Method in interface ru.voskhod.smev.client.api.services.signature.configuration.SignerConfiguration
-
Возвращает сконфигурированный пароль закрытого ключа
- getProcessingDetails() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает детали передачи
- getProcessingInformation() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Gets processing information.
- getProviderName() - Method in interface ru.voskhod.smev.client.api.services.signature.configuration.SignerConfiguration
-
Возвращает сконфигурированное название провайдера криптографических алгоритмов
- getRealTotalAttachmentSize() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException.QuoteLimitExceeded
-
Gets real total attachment size.
- getRealTotalAttachmentSize() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo
-
Gets real total attachment size.
- getRecipient() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает получателя сообщения
- getReferenceMessageId() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata.MessageIdentity
-
Gets reference message id.
- getRejects() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.RejectResponseContent
-
- getRemainedTotalQuoteSize() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException.QuoteLimitExceeded
-
Gets remained total quote size.
- getReplyTo() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.ResponseInformation
-
Возвращает адрес отправителя
- getReplyTo() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает обратный адрес
- getRequest(GetRequestRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.GeoMessageTransport
-
Получает сообщение-запрос из СМЭВ
- getRequest(GetRequestRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Получает сообщение-запрос из СМЭВ
- getRequestMessage(QName, String) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Получает сообщение-запрос
- getRequestThreads() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Возвращает количество потоков отправки
- getResponse(QName, String) - Method in interface ru.voskhod.smev.client.api.services.poll.PollInterface
-
Gets response.
- getResponse() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncCallback
-
- getResponse(QName, String) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncTransport
-
Получает ответ
- getResponse(GetResponseRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.GeoMessageTransport
-
Получает сообщение-ответ из СМЭВ
- getResponse(GetResponseRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Получает сообщение-ответ из СМЭВ
- getResponseMessage(QName, String) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Получает сообщение-ответ
- getRetries() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.TransportEndpointConfiguration
-
Количество попыток обращения к сервису
- getRootElementLocalName() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported
-
Gets root element local name.
- getRootElementLocalName() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.QueryInformation
-
Возвращает имя корневого элемента
- getRootElementNamespaceURI() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported
-
Gets root element namespace uri.
- getSender() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает отправителя сообщения
- getSendingTimestamp() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает дату отправки
- getServiceUrl() - Method in interface ru.voskhod.smev.client.api.services.transaction.configuration.TxConfiguration
-
Возвращает адрес сервиса
- getSignaturePKCS7() - Method in class ru.voskhod.smev.client.api.types.message.attachment.SMEVAttachment
-
Возвращает цифровую подпись
- getSignerConfig() - Method in interface ru.voskhod.smev.client.api.services.admin.configuration.AdminServiceConfiguration
-
Возвращает конфигурацию сервиса электронной подписи
- getSignerConfig() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает конфигурацию сервиса электронной подписи
- getSmevContext() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Gets smev context.
- getSMEVFileCertificateStore() - Method in interface ru.voskhod.smev.client.api.services.signature.configuration.SignerConfiguration
-
Возвращает сконфигурированную директорию, в которой расположены сертификаты СМЭВ
- getSMEVMetadata() - Method in class ru.voskhod.smev.client.api.types.message.SMEVMessage
-
Возвращает метаданные сообщения
- getSmevStatus() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Возвращает статус сообщения
- getStatus(StatusRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.GeoMessageTransport
-
Получает статус
- getStatus(StatusRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Получает статус
- getStatus() - Method in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Возвращает статус содержимого
- getStatusCode() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.RejectResponseContent.Reject
-
Возвращает код причины отклонения
- getStatusCode() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.StatusResponseContent
-
Возвращает код статуса
- getStatusDescription() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.RejectResponseContent.Reject
-
Возвращает описание причины отклонения
- getStatusDescription() - Method in class ru.voskhod.smev.client.api.types.message.business.data.response.StatusResponseContent
-
Возвращает описание статуса
- getStatusMessage(QName, String) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Получает сообщение о статусе
- getSyncAdapter() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncManager
-
Возвращает синхронный адаптер
- getTimeout() - Method in interface ru.voskhod.smev.client.api.services.admin.configuration.AdminServiceConfiguration
-
- getTimeout() - Method in interface ru.voskhod.smev.client.api.services.transaction.configuration.TxConfiguration
-
Возврщащает таймаут обращения к сервису
- getTimeout() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.LargeAttachmentTransportConfiguration
-
Таймаут обращения к сервису
- getTimeout() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.MessageTransportConfiguration
-
Таймаут обращения к сервису
- getTimeout() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.TransportEndpointConfiguration
-
Таймаут обращения к сервису
- getTransactionCode(String, String, String, String) - Method in interface ru.voskhod.smev.client.api.services.transaction.TransactionService
-
Получает код транзакции по указанным параметрам
- getTransactionCode() - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata.MessageIdentity
-
Gets transaction code.
- getTransportDetails() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
Возвращает дополнительную информацию, используемую транспортом при отсылке файла
- getType() - Method in class ru.voskhod.smev.client.api.types.message.system.processing.ProcessingInformation
-
Возвращает тип сообщения
- getUrl() - Method in interface ru.voskhod.smev.client.api.services.admin.configuration.AdminServiceConfiguration
-
- getUrl() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.MessageTransportConfiguration
-
Адрес СМЭВ
- getUrl() - Method in interface ru.voskhod.smev.client.api.services.transport.configuration.TransportEndpointConfiguration
-
Адрес СМЭВ
- getUserName() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment.TransportDetails
-
Возвращает имя пользователя
- getUuid() - Method in class ru.voskhod.smev.client.api.types.message.attachment.LargeAttachment
-
Возвращает идентификатор вложения
- getUuid() - Method in class ru.voskhod.smev.client.api.types.message.attachment.UpAttachment
-
Возвращает идентификатор вложения
- getValidateInput() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Валидировать-ли входящие объекты
- getValidateOutput() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Валидировать-ли исходящие объекты
- getValidateSMEVSignature() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Валидировать-ли подписи СМЭВ
- getValidationError() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException.InvalidContent
-
Gets validation error.
- getValidatorConfig() - Method in interface ru.voskhod.smev.client.api.services.template.configuration.BaseTemplateConfiguration
-
Возвращает конфигурацию сервиса валидации
- getValue() - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError
-
Gets value.
- send(SMEVMessage) - Method in interface ru.voskhod.smev.client.api.services.template.WSTemplate
-
Отправка сообщение в СМЭВ
- SenderIsNotRegisteredException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.SenderIsNotRegisteredException
-
Instantiates a new Sender is not registered exception.
- SenderIsNotRegisteredException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.SenderIsNotRegisteredException
-
Instantiates a new Sender is not registered exception.
- SenderIsNotRegisteredException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException.SenderIsNotRegisteredException
-
Instantiates a new Sender is not registered exception.
- sendLargeAttachments(List<SMEVAttachment>) - Method in interface ru.voskhod.smev.client.api.services.template.LargeAttachmentTemplate
-
Отправляет вложения
- sendRejectResponseMessage(String, String, String, String, String, List<Element>) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Отправляет отказ на обработку сообщения-запроса
- sendRequest(T) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncTransport
-
Отправляет запрос
- sendRequest(RequestRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.GeoMessageTransport
-
Отправляет сообщение-запрос в СМЭВ
- sendRequest(RequestRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Отправляет сообщение-запрос в СМЭВ
- sendRequestMessage(String, String, String, String, String, List<Element>, Date, Element, Element, List<File>, List<File>, Map<String, String>, boolean) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Отправляет сообщение-запрос в СМЭВ
- sendRequestSync(SMEVSyncMessage, SyncCallback<SMEVSyncMessage>) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapter
-
Отправляет сообщение в СМЭВ
- sendResponse(ResponseRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.GeoMessageTransport
-
Отправляет сообщение-ответ в СМЭВ
- sendResponse(ResponseRequest) - Method in interface ru.voskhod.smev.client.api.services.transport.MessageTransport
-
Отправляет сообщение-ответ в СМЭВ
- sendResponseMessage(String, String, String, List<Element>, Element, Element, List<File>, List<File>, Map<String, String>) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Отправляет сообщение-ответ в СМЭВ
- sendStatusResponseMessage(String, String, String, int, String, Map<String, String>, List<Element>) - Method in interface ru.voskhod.smev.client.api.services.template.Template
-
Отправляет статус обработки сообщения-запроса
- setCheckInterval(long, TimeUnit) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Устанавливает интервал проверки получения ответа
- setDestinationName(String) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException.DestinationOverflowException.DestinationOverflow
-
Sets destination name.
- setErrorPosition(int) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError
-
Sets error position.
- setMaxTimeout(long, TimeUnit) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Устанавливает максимальное время ожидания получения ответа
- setMessageBrokerAddress(String) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException.DestinationOverflowException.DestinationOverflow
-
Sets message broker address.
- setMessageType(ProcessingInformation.Type) - Method in class ru.voskhod.smev.client.api.types.message.system.processing.ProcessingInformation
-
Устанавливает тип сообщения
- setPermittedTotalAttachmentSize(long) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo
-
Sets permitted total attachment size.
- setPollThreads(int) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Устанавливает количество потоков опроса
- setRealTotalAttachmentSize(long) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException.QuoteLimitExceeded
-
Sets real total attachment size.
- setRealTotalAttachmentSize(long) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo
-
Sets real total attachment size.
- setRemainedTotalQuoteSize(long) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.QuoteLimitExceededException.QuoteLimitExceeded
-
Sets remained total quote size.
- setRequestThreads(int) - Method in interface ru.voskhod.smev.client.api.services.poll.SyncAdapterConfig
-
Устанавливает количество потоков, используемых для отправки
- setRootElementLocalName(String) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported
-
Sets root element local name.
- setRootElementNamespaceURI(String) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported
-
Sets root element namespace uri.
- setSmevContext(SMEVContext) - Method in class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Sets smev context.
- setValue(String) - Method in class ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError
-
Sets value.
- shutdown() - Method in interface ru.voskhod.smev.client.api.services.poll.SyncManager
-
Останавливает адаптер и все потоки, связанные с ним
- sign(Element) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Подписывает указанный xml-элемент
- signaturePKCS7 - Variable in class ru.voskhod.smev.client.api.types.message.attachment.SMEVAttachment
-
Цифровая подпись вложения
- SignatureVerificationFaultException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Instantiates a new Signature verification fault exception.
- SignatureVerificationFaultException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Instantiates a new Signature verification fault exception.
- SignatureVerificationFaultException(String, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Instantiates a new Signature verification fault exception.
- SignatureVerificationFaultException(String, String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException.SignatureVerificationFaultException
-
Instantiates a new Signature verification fault exception.
- Signer - Interface in ru.voskhod.smev.client.api.services.signature
-
Сервис электронной подписи
- SignerConfiguration - Interface in ru.voskhod.smev.client.api.services.signature.configuration
-
Конфигурация сервиса электронной подписи
- signPKCS7Detached(byte[]) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Подписывает указанные двоичные данные
- signXMLDSigDetached(Element, String) - Method in interface ru.voskhod.smev.client.api.services.signature.Signer
-
Подписывает xml-элемент, устанавливая указанный идентификатор подписи
- SizeLimitExceededException(String, SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException
-
Instantiates a new Size limit exceeded exception.
- SizeLimitExceededException(String, SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException
-
Instantiates a new Size limit exceeded exception.
- SizeLimitExceededException(String, SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException
-
Instantiates a new Size limit exceeded exception.
- SizeLimitInfo(long, long) - Constructor for class ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo
-
Instantiates a new Size limit info.
- SMEVAttachment - Class in ru.voskhod.smev.client.api.types.message.attachment
-
Базовый класс для файлов-вложений к сообщениям СМЭВ
- SMEVAttachment(String, byte[]) - Constructor for class ru.voskhod.smev.client.api.types.message.attachment.SMEVAttachment
-
Создает новое вложение
- SMEVAttachmentsException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev attachments exception.
- SMEVAttachmentsException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(String, Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVAttachmentsException
-
Instantiates a new Smev attachments exception.
- SMEVAttachmentsException.MetadataException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Metadata exception.
- SMEVAttachmentsException.QuoteLimitExceededException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Quote limit exceeded exception.
- SMEVAttachmentsException.QuoteLimitExceededException.QuoteLimitExceeded - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Quote limit exceeded.
- SMEVAttachmentsException.SizeLimitExceededException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Size limit exceeded exception.
- SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Size limit info.
- SMEVConfiguration - Interface in ru.voskhod.smev.client.api.configuration
-
Базовый интерфейс для настроек сервисов
- SMEVContext - Class in ru.voskhod.smev.client.api.types.message.system
-
Метаданные сообщения, вспомогательная информация об отправке/получении и т.п.
- SMEVContext(SMEVContext.Participant, SMEVContext.Participant, String, String, XMLGregorianCalendar, XMLGregorianCalendar, String, String, SMEVStatus, String, SMEVException) - Constructor for class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Конструктрр
- SMEVContext(String, SMEVContext) - Constructor for class ru.voskhod.smev.client.api.types.message.system.SMEVContext
-
Конструктор копирующий
- SMEVContext.Participant - Class in ru.voskhod.smev.client.api.types.message.system
-
Информация об отправителе или получателе сообщения
- SMEVEncodedException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev encoded exception.
- SMEVEncodedException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVEncodedException
-
Instantiates a new Smev encoded exception.
- SMEVEncodedException(String, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVEncodedException
-
Instantiates a new Smev encoded exception.
- SMEVEncodedException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVEncodedException
-
Instantiates a new Smev encoded exception.
- SMEVEncodedException(Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVEncodedException
-
Instantiates a new Smev encoded exception.
- SMEVEncodedException(String, Throwable, boolean, boolean, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVEncodedException
-
Instantiates a new Smev encoded exception.
- SMEVException - Exception in ru.voskhod.smev.client.api.types.exception
-
The type Smev exception.
- SMEVException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVException
-
Instantiates a new Smev exception.
- SMEVException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVException
-
Instantiates a new Smev exception.
- SMEVException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVException
-
Instantiates a new Smev exception.
- SMEVException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVException
-
Instantiates a new Smev exception.
- SMEVException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVException
-
Instantiates a new Smev exception.
- SMEVFailureException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev failure exception.
- SMEVFailureException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVFailureException
-
Instantiates a new Smev failure exception.
- SMEVFailureException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVFailureException
-
Instantiates a new Smev failure exception.
- SMEVFailureException(String, String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVFailureException
-
Instantiates a new Smev failure exception.
- SMEVMessage - Class in ru.voskhod.smev.client.api.types.message
-
Сообщение (входящее/исходящее) СМЭВ
- SMEVMessage(SMEVMetadata, BusinessContent) - Constructor for class ru.voskhod.smev.client.api.types.message.SMEVMessage
-
Создает сообщение СМЭВ на основе указанных данных
- SMEVMessageContentException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev message content exception.
- SMEVMessageContentException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException(String, String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageContentException
-
Instantiates a new Smev message content exception.
- SMEVMessageContentException.BusinessDataTypeIsNotSupportedException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Business data type is not supported exception.
- SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Business data type is not supported.
- SMEVMessageContentException.IncorrectResponseContentTypeException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Incorrect response content type exception.
- SMEVMessageContentException.InvalidContentException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Invalid content exception.
- SMEVMessageContentException.InvalidContentException.InvalidContent - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Invalid content.
- SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Validation error.
- SMEVMessageContentException.UnknownMessageTypeException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Unknown message type exception.
- SMEVMessageIdentityException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev message identity exception.
- SMEVMessageIdentityException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException
-
Instantiates a new Smev message identity exception.
- SMEVMessageIdentityException.InvalidMessageIdFormatException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Invalid message id format exception.
- SMEVMessageIdentityException.MessageIsAlreadySentException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Message is already sent exception.
- SMEVMessageIdentityException.StaleMessageIdException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Stale message id exception.
- SMEVMessageIdentityException.TransactionCodeInvalidException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Transaction code invalid exception.
- SMEVMetadata - Class in ru.voskhod.smev.client.api.types.message.system
-
Метаданные сообщения СМЭВ
- SMEVMetadata(SMEVMetadata.MessageIdentity, ProcessingInformation) - Constructor for class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Instantiates a new Smev metadata.
- SMEVMetadata(SMEVMetadata.MessageIdentity, ProcessingInformation, Map<String, String>) - Constructor for class ru.voskhod.smev.client.api.types.message.system.SMEVMetadata
-
Instantiates a new Smev metadata.
- SMEVMetadata.MessageIdentity - Class in ru.voskhod.smev.client.api.types.message.system
-
The type Message identity.
- SMEVProcessingException - Exception in ru.voskhod.smev.client.api.types.exception
-
The type Smev processing exception.
- SMEVProcessingException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Instantiates a new Smev processing exception.
- SMEVProcessingException(String, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Instantiates a new Smev processing exception.
- SMEVProcessingException(String, Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Instantiates a new Smev processing exception.
- SMEVProcessingException(Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Instantiates a new Smev processing exception.
- SMEVProcessingException(String, Throwable, boolean, boolean, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVProcessingException
-
Instantiates a new Smev processing exception.
- SMEVResourceException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev resource exception.
- SMEVResourceException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVResourceException
-
Instantiates a new Smev resource exception.
- SMEVResourceException.DestinationOverflowException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Destination overflow exception.
- SMEVResourceException.DestinationOverflowException.DestinationOverflow - Class in ru.voskhod.smev.client.api.types.exception.processing
-
The type Destination overflow.
- SMEVRoutingException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev routing exception.
- SMEVRoutingException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException(String, Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVRoutingException
-
Instantiates a new Smev routing exception.
- SMEVRoutingException.AccessDeniedException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Access denied exception.
- SMEVRoutingException.EndOfLifeException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type End of life exception.
- SMEVRoutingException.RecipientIsNotFoundException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Recipient is not found exception.
- SMEVRoutingException.SenderIsNotRegisteredException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Sender is not registered exception.
- SMEVRoutingException.TargetMessageIsNotFoundException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Target message is not found exception.
- SMEVRuntimeException - Exception in ru.voskhod.smev.client.api.types.exception
-
The type Smev runtime exception.
- SMEVRuntimeException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVRuntimeException
-
Instantiates a new Smev runtime exception.
- SMEVRuntimeException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVRuntimeException
-
Instantiates a new Smev runtime exception.
- SMEVRuntimeException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVRuntimeException
-
Instantiates a new Smev runtime exception.
- SMEVRuntimeException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVRuntimeException
-
Instantiates a new Smev runtime exception.
- SMEVRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.SMEVRuntimeException
-
Instantiates a new Smev runtime exception.
- SMEVSignatureException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Smev signature exception.
- SMEVSignatureException() - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(String, Throwable, String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException(String, Throwable, boolean, boolean) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVSignatureException
-
Instantiates a new Smev signature exception.
- SMEVSignatureException.SignatureVerificationFaultException - Exception in ru.voskhod.smev.client.api.types.exception.processing
-
The type Signature verification fault exception.
- SMEVStatus - Enum in ru.voskhod.smev.client.api.types.message.system.enums
-
Статус сообщения в СМЭВ
- StaleMessageIdException(String) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.StaleMessageIdException
-
Instantiates a new Stale message id exception.
- StaleMessageIdException(String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.StaleMessageIdException
-
Instantiates a new Stale message id exception.
- StaleMessageIdException(String, String, Throwable) - Constructor for exception ru.voskhod.smev.client.api.types.exception.processing.SMEVMessageIdentityException.StaleMessageIdException
-
Instantiates a new Stale message id exception.
- status - Variable in class ru.voskhod.smev.client.api.types.message.business.data.BusinessContent
-
Статус (тип) содержимого
- StatusResponseContent - Class in ru.voskhod.smev.client.api.types.message.business.data.response
-
Содержимое сообщения-ответа на запрос о статусе
- StatusResponseContent(int, String, Map<String, String>, List<Element>) - Constructor for class ru.voskhod.smev.client.api.types.message.business.data.response.StatusResponseContent
-
Конструктор
- switchNode() - Method in interface ru.voskhod.smev.client.api.services.admin.AdminService
-
Метод переключения с основного ГРУ, на резерный
- SyncAdapter<SMEVSyncMessage extends SyncMessage,SMEVMeta extends SyncMeta> - Interface in ru.voskhod.smev.client.api.services.poll
-
Синхронный адаптер отправки сообщений
- SyncAdapter.Event - Enum in ru.voskhod.smev.client.api.services.poll
-
- SyncAdapterConfig - Interface in ru.voskhod.smev.client.api.services.poll
-
Конфигурация синхронного адаптера
- SyncCallback<Response> - Interface in ru.voskhod.smev.client.api.services.poll
-
- SyncManager<SMEVSyncMessage extends SyncMessage,SMEVMeta extends SyncMeta> - Interface in ru.voskhod.smev.client.api.services.poll
-
Управление синхронным адаптером
- SyncMessage - Interface in ru.voskhod.smev.client.api.services.poll
-
Базовый интерфейс для синхронного сообщения
- SyncMeta - Interface in ru.voskhod.smev.client.api.services.poll
-
Метаданные сообщения
- SyncTransport<T,V> - Interface in ru.voskhod.smev.client.api.services.poll
-
Транспор для отправки и получения сообщений