com.signalsoftcorp.lst.client
Interface WMP10Constants

All Superinterfaces:
Constants

public interface WMP10Constants
extends Constants

Constants specific to the WMP10 protocol.


Field Summary
static int FAILED_TO_SEND_MESSAGE
          (4001) Response code, Indicates that the server failed to send the SMS message.
static int MESSAGING_DISABLED
          (4004) Response code indicating that messaging is disabled.
static int MESSAGING_NOT_ALLOWED
          (4003) Response code indicating that messaging was not allowed.
static int SUBSCRIBER_ERRORS
          (4002) Response code, Indicates that errors occured for one or more of the provided subscribers.
 
Fields inherited from interface com.signalsoftcorp.lst.client.Constants
CLIENT_AUTHENTICATION_FAILED, CLIENT_NOT_ENABLED, CLIENT_NOT_FOUND, INCORRECT_PASSWORD, INVALID_ARGUMENT, INVALID_SUBSCRIBER_ID, MASTER_PRIVACY_DENY_ALL, OK, OPERATOR_SERVICE_NOT_ENABLED, SUBSCRIBER_NOT_FOUND, SUBSCRIBER_SERVICE_NOT_ENABLED, SUBSCRIBER_TYPE_NOT_ALLOWED, SYSTEM_FAILURE, UNDEFINED, UNSUPPORTED_SUBSCRIBER_TYPE
 

Field Detail

FAILED_TO_SEND_MESSAGE

public static final int FAILED_TO_SEND_MESSAGE
(4001) Response code, Indicates that the server failed to send the SMS message.

SUBSCRIBER_ERRORS

public static final int SUBSCRIBER_ERRORS
(4002) Response code, Indicates that errors occured for one or more of the provided subscribers.

MESSAGING_NOT_ALLOWED

public static final int MESSAGING_NOT_ALLOWED
(4003) Response code indicating that messaging was not allowed.

MESSAGING_DISABLED

public static final int MESSAGING_DISABLED
(4004) Response code indicating that messaging is disabled.


Copyright © SignalSoft Corp. All Rights Reserved.