Interface | Description |
---|---|
NodeHandler |
A NodeHandler processes a DOM node by using a single method handle().
|
Class | Description |
---|---|
GiftRegistryGenericAttributeNodeHandler |
This class handles nodes that represent generic attributes, which are used in a gift registry
value object.
|
GiftRegistryListElementTagHandler |
The handler handles the node that represents an element in a collection.
|
GiftRegistryListTagHandler |
The handler handles the node that represents a collection.
|
GiftRegistryMessageMapper |
A message mapper for parsing the backend XML messages and for converting the parsed XML into a BOD.
|
GiftRegistryMessageMapperHelper |
This class provides utility methods that converts an inbound gift registry message to the
corresponding request object.
|
GiftRegistryMethodTagHandler |
This class handles the node that represents a normal Java method in a message.
|
GiftRegistryNewTagTypeHandler |
The handler that handles all the customized message mappings.
|
GiftRegistryPropertyTagHandler |
A tag is property tag if and only if it represents a property of atomic type.
|
NodeHandlerFactory |
This class manufactures
NodeHandler based on different types of Node. |