public class CCategorizationRule
extends java.lang.Object
| Constructor and Description |
|---|
CCategorizationRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplyRule(CMessage oMessage)
Applies the rule to a message.
|
void |
ReadFromElement(org.w3c.dom.Element oRootElement,
java.lang.String locationForLogging) |
public void ReadFromElement(org.w3c.dom.Element oRootElement,
java.lang.String locationForLogging)
throws ResponseMasterException
ResponseMasterExceptionpublic boolean ApplyRule(CMessage oMessage)
oMessage - The message to apply the rule to.