public static class CarbonExtension.Private extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT |
static CarbonExtension.Private |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static void |
addTo(Message message)
Marks a message "private", so that it will not be carbon-copied, by adding private packet
extension to the message.
|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
String |
toXML()
Returns the XML representation of this Element.
|
public static final CarbonExtension.Private INSTANCE
public static final String ELEMENT
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
public String toXML()
Element