Packagecom.pushtechnology.diffusion.topics
Classpublic final class TopicMetadata
InheritanceTopicMetadata Inheritance Object

Since : 4.6

Metadata is sent as a set of name value pairs. The value is serialized as XML.



Public Methods
 MethodDefined By
  
TopicMetadata(name:String, xml:String)
TopicMetadata
  
createTopicMetadata(name:String, xml:String):TopicMetadata
[static] Creates new TopicMetadata and adds it to the cache.
TopicMetadata
  
getName():String
TopicMetadata
  
[static] Returns the metadata for a name from the cache.
TopicMetadata
  
getXML():String
TopicMetadata
Constructor Detail
TopicMetadata()Constructor
public function TopicMetadata(name:String, xml:String)



Parameters
name:String
 
xml:String
Method Detail
createTopicMetadata()method
public static function createTopicMetadata(name:String, xml:String):TopicMetadata

Creates new TopicMetadata and adds it to the cache.

Parameters

name:String — The name of the metadata
 
xml:String — The XML of the metadata

Returns
TopicMetadata
getName()method 
public function getName():String

Returns
String
getTopicMetadata()method 
public static function getTopicMetadata(name:String):TopicMetadata

Returns the metadata for a name from the cache.

Parameters

name:String — The name of the metadata

Returns
TopicMetadata
getXML()method 
public function getXML():String

Returns
String