Package org.mobicents.protocols.smpp.message

SMPP packet types.

See:
          Description

Class Summary
AlertNotification Alert notification.
Bind Abstract parent of BindTransmitter, BindReceiver and BindTransceiver.
BindReceiver Bind to the SMSC as receiver.
BindReceiverResp SMSC response to a BindReceiver request.
BindResp SMSC response to a Bind request.
BindTransceiver Bind to the SMSC as a transceiver.
BindTransceiverResp SMSC response to a BindTransceiver request.
BindTransmitter Bind to the SMSC as a transmitter.
BindTransmitterResp SMSC response to a BindTransmitter request.
BroadcastSM Submit a broadcast message to the SMSC.
BroadcastSMResp BroadcastSM response packet.
CancelBroadcastSM Cancel a previously submitted broadcast message.
CancelBroadcastSMResp Cancel broadcast message response.
CancelSM Cancal message.
CancelSMResp SMSC response to a cancel message request.
CommandId Enumeration of command IDs.
DataSM Transfer data between the SC and an ESME.
DataSMResp Response to a data_sm.
DeliverSM Deliver message.
DeliverSMResp ESME response to a Deliver message request.
DestinationTable A table of destinations, primarily used in SubmitMulti.
EnquireLink Check the link status.
EnquireLinkResp ESME or SMSC response to an EnquireLink request.
ESMClass ESM class enumeration.
GenericNack Generic negative acknowledgment.
MessageState Message state enumeration.
Outbind $Id: Outbind.java 457 2009-01-15 17:37:42Z orank $
ParamRetrieve Parameter retrieve.
ParamRetrieveResp SMSC response to a ParamRetrieve request.
QueryBroadcastSM Query the status of a previously submitted broadcast message.
QueryBroadcastSMResp QueryBroadcastSM response packet.
QueryLastMsgs Query the last number of messages sent from a certain ESME.
QueryLastMsgsResp SMSC response to a QueryLastMsgs request.
QueryMsgDetails Query Message details.
QueryMsgDetailsResp Response to Query message details.
QuerySM Query the state of a message.
QuerySMResp SMSC response to a QuerySM request.
ReplaceSM Replace a message.
ReplaceSMResp SMSC response to a ReplaceSM request.
SMPPPacket This is the abstract class that all SMPP messages are inherited from.
SubmitMulti Submit a message to multiple destinations.
SubmitMultiResp Submit to multiple destinations response.
SubmitSM Submit a message to the SMSC for delivery to a single destination.
SubmitSMResp Submit short message response.
Unbind Unbind from the SMSC.
UnbindResp SMSC response to an Unbind request.
 

Exception Summary
InvalidParameterValueException  
SMPPProtocolException  
 

Package org.mobicents.protocols.smpp.message Description

SMPP packet types.



Copyright © 2011 Mobicents. All Rights Reserved.