public class LineInboundStatusHandler extends BaseInboundStatusHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
EXTERNAL_STATUS_DELETED |
protected static String |
EXTERNAL_STATUS_DELIVERED |
protected static String |
EXTERNAL_STATUS_FAILED |
protected static String |
EXTERNAL_STATUS_READ |
protected static String |
EXTERNAL_STATUS_SENT |
protected org.slf4j.Logger |
logger |
protected MessageService |
messageService |
protected UserAccountService |
userAccountService |
externalSystemId
Constructor and Description |
---|
LineInboundStatusHandler(MessageService messageService,
UserAccountService userAccountService) |
getExternalSystemId, handleStatus
protected static final String EXTERNAL_STATUS_SENT
protected static final String EXTERNAL_STATUS_DELIVERED
protected static final String EXTERNAL_STATUS_READ
protected static final String EXTERNAL_STATUS_FAILED
protected static final String EXTERNAL_STATUS_DELETED
protected final org.slf4j.Logger logger
protected final MessageService messageService
protected final UserAccountService userAccountService
public LineInboundStatusHandler(MessageService messageService, UserAccountService userAccountService)
protected void handleInternalStatus(InboundStatusDto status)
handleInternalStatus
in class BaseInboundStatusHandler
protected void handleInternalSentStatus(InboundStatusDto status)
protected void handleInternalTimeoutStatus(InboundStatusDto status)
protected void handleInternalContentTimeoutStatus(InboundStatusDto status)
protected void handleInternalUploadTimeoutStatus(InboundStatusDto status)
protected void handleInternalContentDisabledStatus(InboundStatusDto status)
protected void handleInternalFailedStatus(InboundStatusDto status)
protected void handleInternalUnknownStatus(InboundStatusDto status)
protected void handleExternalStatus(InboundStatusDto status)
handleExternalStatus
in class BaseInboundStatusHandler
protected void handleExternalStatusSent(InboundStatusDto status)
protected void handleExternalStatusDelivered(InboundStatusDto status)
protected void handleExternalStatusRead(InboundStatusDto status)
protected void handleExternalStatusFailed(InboundStatusDto status)
protected void handleExternalStatusDeleted(InboundStatusDto status)
protected void handleExternalStatusUnknown(InboundStatusDto status)
protected void handleUnknownStatus(InboundStatusDto status)
handleUnknownStatus
in class BaseInboundStatusHandler
protected void sendMessageForStatus(String messageCode, InboundStatusDto status)
protected Message getMessage(InboundStatusDto status)
protected UserAccount getUserAccount(InboundStatusDto status)