public final class StoreHint extends MessageProcessingHint
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT |
static StoreHint |
INSTANCE |
NAMESPACE| Modifier and Type | Method and Description |
|---|---|
static StoreHint |
from(Message message) |
String |
getElementName()
Returns the root element name.
|
MessageProcessingHintType |
getHintType() |
static boolean |
hasHint(Message message) |
static void |
set(Message message) |
String |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
getNamespacepublic static final String ELEMENT
public String getElementName()
NamedElementpublic String toXML(String enclosingNamespace)
ElementenclosingNamespace - the enclosing namespace or null.public MessageProcessingHintType getHintType()
getHintType in class MessageProcessingHint