Uses of Interface
net.java.slee.resources.smpp.pdu.PDU

Packages that use PDU
net.java.slee.resources.smpp.pdu   
 

Uses of PDU in net.java.slee.resources.smpp.pdu
 

Subinterfaces of PDU in net.java.slee.resources.smpp.pdu
 interface AlertNotification
           
 interface BroadcastSM
           A broadcast ESME, wishing to broadcast a short message, can use this PDU to specify the alias, geographical areas, and text of the short message.
 interface BroadcastSMResp
           The MC response to a broadcast_sm PDU, indicating the success or failure of the request.
 interface CancelBroadcastSM
           This PDU is used to cancel the state of a previously broadcast message.
 interface CancelBroadcastSMResp
           Response to cancel_broadcast_sm PDU.
 interface CancelSM
           This PDU is used to cancel a previously submitted message.
 interface CancelSMResp
           The MC returns this PDU to indicate the success or failure of a cancel_sm PDU.
 interface DataSM
           data_sm is a streamlined version of the submit_sm operation, designed for packet-based applications that do not demand extended functionality normally available in the submit_sm operation.
 interface DataSMResp
           The MC response to a data_sm PDU, indicating the success or failure of the request.
 interface DeliverSM
           Deliver_sm is the symmetric opposite to submit_sm and is used by a MC to deliver a message to a receiver or transceiver ESME.
 interface DeliverSMResp
          This PDU indicates the ESMEs acceptance or rejection of the delivered message.
 interface GenericNack
           
 interface QueryBroadcastSM
           This PDU is used to query the state of a previously broadcast message.
 interface QueryBroadcastSMResp
           The MC returns a query_broadcast_sm_resp PDU as a means of indicating the result of a broadcast query attempt.
 interface QuerySM
           This PDU is used to query the state of a previously submitted message.
 interface QuerySMResp
           The MC returns a query_sm_resp PDU as a means of indicating the result of a message query attempt.
 interface ReplaceSM
           The replace_sm PDU is used by an ESME to pass a message_id of a previously submitted message along with several other fields used to update the text, validity period and other attributes of the message.
 interface ReplaceSMResp
           The replace_sm_resp PDU indicates the success or failure of a replace_sm PDU
 interface SmppRequest
           
 interface SmppResponse
           
 interface SubmitMulti
           A variation of the submit_sm PDU that supports up to 255 recipients for the given message.
 interface SubmitMultiResp
           The MC response to a submit_multi PDU.
 interface SubmitSM
           A transmitter or transceiver ESME, wishing to submit a short message, can use this PDU to specify the sender, receiver and text of the short message.
 interface SubmitSMResp
           The MC response to a submit_sm PDU, indicating the success or failure of the request.
 

Methods in net.java.slee.resources.smpp.pdu that return PDU
 PDU SmppError.getMessage()
           
 



Copyright © 2011. All Rights Reserved.