Package | Description |
---|---|
ru.voskhod.smev.client.api.types.message.system | |
ru.voskhod.smev.client.api.types.message.system.enums |
Modifier and Type | Method and Description |
---|---|
SMEVStatus |
SMEVContext.getSmevStatus()
Возвращает статус сообщения
|
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)
Конструктрр
|
Modifier and Type | Field and Description |
---|---|
static Map<String,SMEVStatus> |
SMEVStatus.mapping
Сопоставление статуса и его строкового представления
|
Modifier and Type | Method and Description |
---|---|
static SMEVStatus |
SMEVStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMEVStatus[] |
SMEVStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.