Package | Description |
---|---|
org.opennms.sms.reflector.smsservice |
Modifier and Type | Interface and Description |
---|---|
interface |
MobileMsgResponseHandler
MobileMsgResponseHandler
|
Modifier and Type | Method and Description |
---|---|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.and(MobileMsgResponseMatcher... matchers)
and
|
MobileMsgResponseMatcher |
MobileMsgRequest.getResponseMatcher()
getResponseMatcher
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.isSms()
isSms
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.isUssd()
isUssd
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.or(MobileMsgResponseMatcher... matchers)
or
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.smsFrom(String originator)
smsFrom
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.smsFromRecipient()
smsFromRecipient
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.textMatches(String regex)
textMatches
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.ussdStatusIs(org.smslib.USSDSessionStatus status)
ussdStatusIs
|
Modifier and Type | Method and Description |
---|---|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.and(MobileMsgResponseMatcher... matchers)
and
|
static MobileMsgResponseMatcher |
MobileMsgResponseMatchers.or(MobileMsgResponseMatcher... matchers)
or
|
MobileMsgRequest |
MobileMsgTrackerImpl.sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendSmsRequest
|
MobileMsgRequest |
MobileMsgTracker.sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendSmsRequest
|
MobileMsgRequest |
MobileMsgTrackerImpl.sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendUssdRequest
|
MobileMsgRequest |
MobileMsgTracker.sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendUssdRequest
|
void |
MobileMsgRequest.setResponseMatcher(MobileMsgResponseMatcher responseMatcher)
setResponseMatcher
|
Constructor and Description |
---|
MobileMsgRequest(long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher responseMatcher)
Constructor for MobileMsgRequest.
|
SmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher responseMatcher)
Constructor for SmsRequest.
|
UssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher responseMatcher)
Constructor for UssdRequest.
|
Copyright © 2015. All Rights Reserved.