| Methods in net.rim.pushsdk.pap that throw BadMessageException |
CancelResponse |
PapService.cancel(String username,
String password,
CancelMessageControl cancelMessage)
Sends a cancel request using the attributes in the cancelMessage. |
CancelResponse |
PapServiceImpl.cancel(String username,
String password,
CancelMessageControl cancelMessage)
|
PushResponse |
PapService.push(String username,
String password,
String destination,
PushMessageControl pushMessage,
Content content)
Sends a push request with the specified content using the specified attributes. |
PushResponse |
PapServiceImpl.push(String username,
String password,
String destination,
PushMessageControl pushMessage,
Content content)
|
StatusQueryResponse |
PapService.statusQuery(String username,
String password,
StatusQueryMessageControl statusQueryMessage)
Sends a status query request using the attributes in the statusQueryMessage. |
StatusQueryResponse |
PapServiceImpl.statusQuery(String username,
String password,
StatusQueryMessageControl statusQueryMessage)
|