|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SubscriptionQueryService | Used to query the status of subscribers on the PPG end. |
| Class Summary | |
|---|---|
| SubQueryBadMessage | Represents a bad message response from the PPG after an attempt was made to perform a subscription query message. |
| SubQueryMessageUnmarshaller | Unmarshals subscription query XML messages into Java objects. |
| SubQueryRequestByAddress | Used internally by the Push Service SDK to represent a subscription query request by address to the PPG. |
| SubQueryRequestByStatus | Used internally by the Push Service SDK to represent a subscription query request by status to the PPG. |
| SubscriptionQueryMessage | Represents a message (request/response) for a subscription query to the PPG. |
| SubscriptionQueryRequest | Represents a subscription query request to the PPG. |
| SubscriptionQueryResponse | Represents the response from a subscription query request to the PPG. |
| SubscriptionQueryResult | Represents a result within a subscription query response. |
| SubscriptionQueryServiceImpl | Implementation of the SubscriptionQueryService interface. |
| Enum Summary | |
|---|---|
| SubQueryRequestStatus | Represents the status used in a subscription query by status request to the PPG. |
| SubQueryResultStatus | Represents the status of a result back from a subscription query message to the PPG. |
| Exception Summary | |
|---|---|
| SubQueryFailureException | This exception is thrown when a subscription query XML request message cannot be processed successfully by the PPG. |
This package contains classes responsible for performing non-PAP queries on the PPG that relate to subscription and checking the status of subscribers on the PPG end.
All functionality is accessible using an instance of SubscriptionQueryService, which can be retrieved using
QueryBeanLocator or via dependency injection.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||