net.java.slee.resources.smpp.pdu
Interface SmppRequest
- All Superinterfaces:
- PDU, java.io.Serializable
- All Known Subinterfaces:
- AlertNotification, BroadcastSM, CancelBroadcastSM, CancelSM, DataSM, DeliverSM, QueryBroadcastSM, QuerySM, ReplaceSM, SubmitMulti, SubmitSM
public interface SmppRequest
- extends PDU
- Author:
- amit bhayani
BIND_RECEIVER
static final int BIND_RECEIVER
- See Also:
- Constant Field Values
BIND_TRANSMITTER
static final int BIND_TRANSMITTER
- See Also:
- Constant Field Values
QUERY_SM
static final int QUERY_SM
- See Also:
- Constant Field Values
SUBMIT_SM
static final int SUBMIT_SM
- See Also:
- Constant Field Values
DELIVER_SM
static final int DELIVER_SM
- See Also:
- Constant Field Values
UNBIND
static final int UNBIND
- See Also:
- Constant Field Values
REPLACE_SM
static final int REPLACE_SM
- See Also:
- Constant Field Values
CANCEL_SM
static final int CANCEL_SM
- See Also:
- Constant Field Values
BIND_TRANSCEIVER
static final int BIND_TRANSCEIVER
- See Also:
- Constant Field Values
OUTBIND
static final int OUTBIND
- See Also:
- Constant Field Values
ENQUIRE_LINK
static final int ENQUIRE_LINK
- See Also:
- Constant Field Values
SUBMIT_MULTI
static final int SUBMIT_MULTI
- See Also:
- Constant Field Values
ALERT_NOTIFICATION
static final int ALERT_NOTIFICATION
- See Also:
- Constant Field Values
DATA_SM
static final int DATA_SM
- See Also:
- Constant Field Values
BROADCAST_SM
static final int BROADCAST_SM
- See Also:
- Constant Field Values
QUERY_BROADCAST_SM
static final int QUERY_BROADCAST_SM
- See Also:
- Constant Field Values
CANCEL_BROADCAST_SM
static final int CANCEL_BROADCAST_SM
- See Also:
- Constant Field Values
GENERIC_NACK
static final int GENERIC_NACK
- See Also:
- Constant Field Values
BIND_RECEIVER_RESP
static final int BIND_RECEIVER_RESP
- See Also:
- Constant Field Values
BIND_TRANSMITTER_RESP
static final int BIND_TRANSMITTER_RESP
- See Also:
- Constant Field Values
QUERY_SM_RESP
static final int QUERY_SM_RESP
- See Also:
- Constant Field Values
SUBMIT_SM_RESP
static final int SUBMIT_SM_RESP
- See Also:
- Constant Field Values
DELIVER_SM_RESP
static final int DELIVER_SM_RESP
- See Also:
- Constant Field Values
UNBIND_RESP
static final int UNBIND_RESP
- See Also:
- Constant Field Values
REPLACE_SM_RESP
static final int REPLACE_SM_RESP
- See Also:
- Constant Field Values
CANCEL_SM_RESP
static final int CANCEL_SM_RESP
- See Also:
- Constant Field Values
BIND_TRANSCEIVER_RESP
static final int BIND_TRANSCEIVER_RESP
- See Also:
- Constant Field Values
ENQUIRY_LINK_RESP
static final int ENQUIRY_LINK_RESP
- See Also:
- Constant Field Values
SUBMIT_MULTI_RESP
static final int SUBMIT_MULTI_RESP
- See Also:
- Constant Field Values
DATA_SM_RESP
static final int DATA_SM_RESP
- See Also:
- Constant Field Values
BORADCAST_SM_RESP
static final int BORADCAST_SM_RESP
- See Also:
- Constant Field Values
QUERY_BROADCAST_SM_RESP
static final int QUERY_BROADCAST_SM_RESP
- See Also:
- Constant Field Values
CANCEL_BROADCAST_SM_RESP
static final int CANCEL_BROADCAST_SM_RESP
- See Also:
- Constant Field Values
createSmppResponseEvent
SmppResponse createSmppResponseEvent(int status)
Copyright © 2010. All Rights Reserved.