com.google.appengine.api.channel
Class ChannelServiceFactory
- java.lang.Object
-
- com.google.appengine.api.channel.ChannelServiceFactory
-
Deprecated.This API has been deprecated.
@Deprecated public final class ChannelServiceFactory extends java.lang.Object
Constructs and instance of the Channel service.
-
-
Constructor Summary
Constructors Constructor and Description ChannelServiceFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description static ChannelService
getChannelService()
Deprecated.Creates an implementation of the ChannelService.
-
-
-
Method Detail
-
getChannelService
public static ChannelService getChannelService()
Deprecated.Creates an implementation of the ChannelService.
-
-