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