|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionType | |
|---|---|
| org.mobicents.protocols.smpp | Base smppapi functionality. |
| org.mobicents.protocols.smpp.util | Network protocol support. |
| Uses of SessionType in org.mobicents.protocols.smpp |
|---|
| Methods in org.mobicents.protocols.smpp that return SessionType | |
|---|---|
static SessionType |
SessionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SessionType[] |
SessionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.mobicents.protocols.smpp with parameters of type SessionType | |
|---|---|
void |
Session.bind(SessionType type,
String systemID,
String password,
String systemType)
|
void |
Session.bind(SessionType type,
String systemID,
String password,
String systemType,
int typeOfNumber,
int numberPlanIndicator,
String addressRange)
|
| Uses of SessionType in org.mobicents.protocols.smpp.util |
|---|
| Methods in org.mobicents.protocols.smpp.util with parameters of type SessionType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||