Uses of Class
net.rim.pushsdk.pap.unmarshal.BadMessageException

Packages that use BadMessageException
net.rim.pushsdk.pap This package implements a Push Access Protocol (PAP) client, including marshalling and unmarshalling of push, cancel, and status query messages. 
net.rim.pushsdk.pap.unmarshal This package implements PAP message unmarshalling. 
 

Uses of BadMessageException in net.rim.pushsdk.pap
 

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)
           
 

Uses of BadMessageException in net.rim.pushsdk.pap.unmarshal
 

Methods in net.rim.pushsdk.pap.unmarshal that throw BadMessageException
 PapMessage PapMessageUnmarshaller.unmarshal(String xml, String contentType)
          Unmarshals a PAP XML message.
 



Copyright © 2011 Research In Motion. All Rights Reserved.