org.jboss.aerogear.simplepush.protocol.impl
Class UnregisterMessageImpl
java.lang.Object
org.jboss.aerogear.simplepush.protocol.impl.UnregisterMessageImpl
- All Implemented Interfaces:
- MessageType, UnregisterMessage
- Direct Known Subclasses:
- UnregisterResponseImpl
public class UnregisterMessageImpl
- extends Object
- implements UnregisterMessage
UnregisterMessageImpl
public UnregisterMessageImpl(String channelId)
getMessageType
public MessageType.Type getMessageType()
- Description copied from interface:
MessageType
- Returns the Type of this message.
- Specified by:
getMessageType in interface MessageType
- Returns:
Type the MessageType.Type of this message.
getChannelId
public String getChannelId()
- Description copied from interface:
UnregisterMessage
- Returns the channelId that was sent from the UserAgent.
- Specified by:
getChannelId in interface UnregisterMessage
- Returns:
String the channelId.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.