public class TelesalesDomUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASS_NAME
Class name.
|
Constructor and Description |
---|
TelesalesDomUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String | determineResponseBuilderKey(org.w3c.dom.Document reqBod)
This method determines the response builder key, which is a concatenation of Verb and Noun elements.
|
static org.w3c.dom.Node | findNode(org.w3c.dom.Node node, java.lang.String name)
This method finds the corresponding Node with the given name in the Document.
|
static java.lang.String | getNoun(org.w3c.dom.Node dataArea)
This method gets the nounElement name specific to this requested BOD
|
static java.lang.String | getVerb(org.w3c.dom.Node dataArea)
This method gets the verbElement specific to this request BOD.
|
public static final java.lang.String CLASS_NAME
public static org.w3c.dom.Node findNode(org.w3c.dom.Node node, java.lang.String name)
This method accepts two arguments, a reference to the parent or reference node to start the search from, and the node name. It performs the following:
public static java.lang.String getVerb(org.w3c.dom.Node dataArea)
public static java.lang.String getNoun(org.w3c.dom.Node dataArea)
public static java.lang.String determineResponseBuilderKey(org.w3c.dom.Document reqBod)