com.extrememessaging.ResponseMaster
Class CategoryDefinition

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.CategoryDefinition

public class CategoryDefinition
extends java.lang.Object

An internal class for holding the definition of a category It is loaded from the category definitions file


Field Summary
 java.lang.String CategoryName
          The name of the category.
 boolean FromIsOriginalTo
          Indicates whether or not the from address contains the OriginalToAddress for this category.
 java.lang.String ParentCategoryName
          The name of the parent of this category (for disposition inheritance) It is "Default" for the main categories
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CategoryName

public java.lang.String CategoryName
The name of the category. It is case sensitive


FromIsOriginalTo

public boolean FromIsOriginalTo
Indicates whether or not the from address contains the OriginalToAddress for this category. For example, for Subscribe requests, this is true.


ParentCategoryName

public java.lang.String ParentCategoryName
The name of the parent of this category (for disposition inheritance) It is "Default" for the main categories