public class GiftRegistryNewTagTypeHandler extends java.lang.Object implements NodeHandler
UnsupportedOperationException
. By default,
the IBM Gift Center will use this handler for any unrecognizedModifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME
Class name
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryNewTagTypeHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handle(java.lang.Object parent,
java.lang.Object currentNode,
java.lang.Object[] params)
Default implementation of the tags that are not recognized.
|
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[])