public class GiftRegistryListTagHandler extends java.lang.Object implements NodeHandler
<GiftRegistryVO> <Registrants> </Registrants> </GiftRegistryVO>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME
name of this class
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryListTagHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handle(java.lang.Object parent,
java.lang.Object currentNode,
java.lang.Object[] params)
Creates a list object that is corresponding to an XML node.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
public java.lang.Object handle(java.lang.Object parent, java.lang.Object currentNode, java.lang.Object[] params) throws java.lang.Exception
handle
in interface NodeHandler
parent
- the result object from processing the parent node of the given
current nodecurrentNode
- the node to be processedparams
- any parameters needed by the handlerjava.lang.Exception
- if the processing failscom.ibm.commerce.giftregistry.messaging.NodeHandler#handle(java.lang.Object, java.lang.Object, java.lang.Object[])