AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol
Interface UnregisterResponse

All Superinterfaces:
MessageType, UnregisterMessage
All Known Implementing Classes:
UnregisterResponseImpl

public interface UnregisterResponse
extends UnregisterMessage

Represents the Unregister response message, 'unregister' message type, in the SimplePush specification protocol

This message is sent from the PushServer to the UserAgent with the result of a unregistration request.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MessageType.Type
 
Field Summary
static String STATUS_FIELD
          The name of the status JSON field.
 
Fields inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MESSSAGE_TYPE_FIELD
 
Method Summary
 Status getStatus()
          Returns the result of the Register call
 
Methods inherited from interface org.jboss.aerogear.simplepush.protocol.UnregisterMessage
getChannelId
 
Methods inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
getMessageType
 

Field Detail

STATUS_FIELD

static final String STATUS_FIELD
The name of the status JSON field.

See Also:
Constant Field Values
Method Detail

getStatus

Status getStatus()
Returns the result of the Register call

Returns:
Status the Status of the unregister request.

AeroGear SimplePush Server Protocol 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.