Uses of Package
net.rim.pushsdk.pap.unmarshal

Packages that use net.rim.pushsdk.pap.unmarshal
net.rim.pushsdk.acknowledgement This package is used to manage the acknowledgement of result notifications. 
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. 
net.rim.pushsdk.push.request This package is used to provide persistence for and manage the data sent in a push and the results of the push for each subscriber or address being pushed to. 
 

Classes in net.rim.pushsdk.pap.unmarshal used by net.rim.pushsdk.acknowledgement
PapMessage
          Base class for PAP messages used by the unmarshaller.
ResultNotification
          Represents a PAP result notification.
 

Classes in net.rim.pushsdk.pap.unmarshal used by net.rim.pushsdk.pap
BadMessageException
          If the PAP message was rejected by the PPG, this exception will be thrown with the details from the PAP badmessage-response message.
CancelResponse
          Represents the response from a cancel request message.
PushResponse
          Represents the response from a push request message.
ResultNotification
          Represents a PAP result notification.
StatusQueryResponse
          Represents the response from a status query request message.
 

Classes in net.rim.pushsdk.pap.unmarshal used by net.rim.pushsdk.pap.unmarshal
BadMessageException
          If the PAP message was rejected by the PPG, this exception will be thrown with the details from the PAP badmessage-response message.
BadMessageResponse
          Represents a PAP badmessage-response.
CancelResult
          Represents a result within a CancelResponse.
PapMessage
          Base class for PAP messages used by the unmarshaller.
PapMessageUnmarshaller
          Abstract class for unmarshalling PAP XML messages into Java objects.
ResponseResult
          Base class for results within PAP responses.
StatusQueryResult
          Represents a result within a StatusQueryResponse.
 

Classes in net.rim.pushsdk.pap.unmarshal used by net.rim.pushsdk.push.request
ResultNotification
          Represents a PAP result notification.
 



Copyright © 2011 Research In Motion. All Rights Reserved.