public class RawNotification extends Object implements MpnsNotification
| Modifier and Type | Class and Description |
|---|---|
static class |
RawNotification.Builder |
| Constructor and Description |
|---|
RawNotification(byte[] body,
List<? extends Map.Entry<String,String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Map.Entry<String,String>> |
getHttpHeaders()
Returns the identifier of the current message.
|
byte[] |
getRequestBody()
Returns the binary representation of the payload.
|
public byte[] getRequestBody()
MpnsNotificationgetRequestBody in interface MpnsNotificationpublic List<? extends Map.Entry<String,String>> getHttpHeaders()
MpnsNotificationgetHttpHeaders in interface MpnsNotificationCopyright © 2014 JBoss by Red Hat. All Rights Reserved.