createTopic
396397398399400401402403404
} @Override public CreateTopicResult createTopic(TopicInfo entry) throws ServiceException { return new CreateTopicResult(getResource().path(entry.getPath()) .type("application/atom+xml;type=entry;charset=utf-8") .put(TopicInfo.class, entry)); }