public class GiftRegistryMessageMapperHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
org.w3c.dom.Document |
getMessageDocument() |
BusinessObjectDocument |
getMessageObject() |
java.lang.String |
getMessageStoreId() |
java.lang.String |
getServiceName() |
static GiftRegistryMessageMapperHelper |
newInstance(java.lang.String msg)
Creates an instance that handles the given XML message.
|
public static final java.lang.String COPYRIGHT
public static GiftRegistryMessageMapperHelper newInstance(java.lang.String msg) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
msg
- the message to be processedjavax.xml.parsers.ParserConfigurationException
- if the given XML parser is configured improperly.java.io.IOException
- if the given message can not be converted into a ByteArrayInputStreamorg.xml.sax.SAXException
- if the given message is not an invalid XML messagepublic java.lang.String getMessage()
public org.w3c.dom.Document getMessageDocument()
public BusinessObjectDocument getMessageObject()
public java.lang.String getServiceName()
public java.lang.String getMessageStoreId()