org.mobicents.slee.resources.smpp.pdu
Class CancelSMImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.pdu.PDUImpl
      extended by org.mobicents.slee.resources.smpp.pdu.CancelSMImpl
All Implemented Interfaces:
java.io.Serializable, CancelSM, PDU, SmppRequest, ExtSmppRequest

public class CancelSMImpl
extends PDUImpl
implements CancelSM, ExtSmppRequest

Author:
amit bhayani
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl
smppPacket
 
Fields inherited from interface net.java.slee.resources.smpp.pdu.SmppRequest
ALERT_NOTIFICATION, BIND_RECEIVER, BIND_RECEIVER_RESP, BIND_TRANSCEIVER, BIND_TRANSCEIVER_RESP, BIND_TRANSMITTER, BIND_TRANSMITTER_RESP, BORADCAST_SM_RESP, BROADCAST_SM, CANCEL_BROADCAST_SM, CANCEL_BROADCAST_SM_RESP, CANCEL_SM, CANCEL_SM_RESP, DATA_SM, DATA_SM_RESP, DELIVER_SM, DELIVER_SM_RESP, ENQUIRE_LINK, ENQUIRY_LINK_RESP, GENERIC_NACK, OUTBIND, QUERY_BROADCAST_SM, QUERY_BROADCAST_SM_RESP, QUERY_SM, QUERY_SM_RESP, REPLACE_SM, REPLACE_SM_RESP, SUBMIT_MULTI, SUBMIT_MULTI_RESP, SUBMIT_SM, SUBMIT_SM_RESP, UNBIND, UNBIND_RESP
 
Constructor Summary
CancelSMImpl(org.mobicents.protocols.smpp.message.CancelSM cancelSM)
           
CancelSMImpl(long sequenceNumber)
           
 
Method Summary
 SmppResponse createSmppResponseEvent(int status)
           
 Address getDestAddress()
           
 java.lang.String getMessageID()
           
 java.lang.String getServiceType()
           
 org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
           
 Address getSourceAddress()
           
 boolean isTLVPermitted(Tag tag)
           
 void setDestAddress(Address address)
           
 void setMessageID(java.lang.String messageID)
           
 void setServiceType(java.lang.String serviceType)
           
 void setSourceAddress(Address address)
           
 
Methods inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl
addTLV, convertProtoAddress, convertProtoDate, convertProtoErrorAddress, equals, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hashCode, hasTLV, removeTLV, setSequenceNum
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, removeTLV
 

Constructor Detail

CancelSMImpl

public CancelSMImpl(org.mobicents.protocols.smpp.message.CancelSM cancelSM)

CancelSMImpl

public CancelSMImpl(long sequenceNumber)
Method Detail

getDestAddress

public Address getDestAddress()
Specified by:
getDestAddress in interface CancelSM

getMessageID

public java.lang.String getMessageID()
Specified by:
getMessageID in interface CancelSM

getServiceType

public java.lang.String getServiceType()
Specified by:
getServiceType in interface CancelSM

getSourceAddress

public Address getSourceAddress()
Specified by:
getSourceAddress in interface CancelSM

setDestAddress

public void setDestAddress(Address address)
Specified by:
setDestAddress in interface CancelSM

setMessageID

public void setMessageID(java.lang.String messageID)
Specified by:
setMessageID in interface CancelSM

setServiceType

public void setServiceType(java.lang.String serviceType)
Specified by:
setServiceType in interface CancelSM

setSourceAddress

public void setSourceAddress(Address address)
Specified by:
setSourceAddress in interface CancelSM

createSmppResponseEvent

public SmppResponse createSmppResponseEvent(int status)
Specified by:
createSmppResponseEvent in interface SmppRequest

isTLVPermitted

public boolean isTLVPermitted(Tag tag)
Specified by:
isTLVPermitted in interface PDU

getSMPPPacket

public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
Specified by:
getSMPPPacket in interface ExtSmppRequest


Copyright © 2011. All Rights Reserved.