Uses of Class
org.mobicents.protocols.smpp.message.BindResp

Packages that use BindResp
org.mobicents.protocols.smpp.event Utility classes used by the smppapi. 
org.mobicents.protocols.smpp.message SMPP packet types. 
org.mobicents.protocols.smpp.util Network protocol support. 
 

Uses of BindResp in org.mobicents.protocols.smpp.event
 

Methods in org.mobicents.protocols.smpp.event with parameters of type BindResp
 void SMPPEventAdapter.bindResponse(Session source, BindResp br)
          Bind response packet received from the SMSC.
 

Uses of BindResp in org.mobicents.protocols.smpp.message
 

Subclasses of BindResp in org.mobicents.protocols.smpp.message
 class BindReceiverResp
          SMSC response to a BindReceiver request.
 class BindTransceiverResp
          SMSC response to a BindTransceiver request.
 class BindTransmitterResp
          SMSC response to a BindTransmitter request.
 

Uses of BindResp in org.mobicents.protocols.smpp.util
 

Methods in org.mobicents.protocols.smpp.util that return BindResp
 BindResp SyncWrapper.bind(Bind bindRequest)
          Bind to the SMSC.
 BindResp SyncWrapper.bind(SessionType type, String systemID, String password, String systemType)
          Bind to the SMSC.
 BindResp SyncWrapper.bind(SessionType type, String systemID, String password, String systemType, int typeOfNumber, int numberPlanIndicator, String addressRange)
          Bind to the SMSC.
 



Copyright © 2011 Mobicents. All Rights Reserved.