public static class AbstractHttpOverXmpp.ChunkedBase64 extends Object implements NamedElement
This class is immutable.
| Constructor and Description |
|---|
ChunkedBase64(String streamId)
Creates ChunkedBase86 element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the root element name.
|
String |
getStreamId()
Returns streamId attribute.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public ChunkedBase64(String streamId)
streamId - streamId attributepublic XmlStringBuilder toXML()
Elementpublic String getStreamId()
public String getElementName()
NamedElementgetElementName in interface NamedElement