com.extrememessaging.ResponseMaster
Class CDispositions

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

public class CDispositions
extends java.lang.Object

The distributor of work to the disposition classes. Holds the mapping between the categories and the dispositions. Corresponds to disposition.xml For ResponseMaster internal use


Constructor Summary
CDispositions()
           
 
Method Summary
static IDisposition CreateDispositionFromNode(org.w3c.dom.Element oElement, java.lang.String locationForLogging, java.lang.String rootForRelativePaths)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDispositions

public CDispositions()
Method Detail

CreateDispositionFromNode

public static IDisposition CreateDispositionFromNode(org.w3c.dom.Element oElement,
                                                     java.lang.String locationForLogging,
                                                     java.lang.String rootForRelativePaths)
                                              throws ResponseMasterException
Throws:
ResponseMasterException