public abstract class JingleContentTransport extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
protected List<JingleContentTransportCandidate> |
candidates |
static String |
ELEMENT |
protected JingleContentTransportInfo |
info |
Modifier | Constructor and Description |
---|---|
protected |
JingleContentTransport(List<JingleContentTransportCandidate> candidates) |
protected |
JingleContentTransport(List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraAttributes(XmlStringBuilder xml) |
List<JingleContentTransportCandidate> |
getCandidates() |
String |
getElementName()
Returns the root element name.
|
JingleContentTransportInfo |
getInfo() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace
public static final String ELEMENT
protected final List<JingleContentTransportCandidate> candidates
protected final JingleContentTransportInfo info
protected JingleContentTransport(List<JingleContentTransportCandidate> candidates)
protected JingleContentTransport(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info)
public List<JingleContentTransportCandidate> getCandidates()
public JingleContentTransportInfo getInfo()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
protected void addExtraAttributes(XmlStringBuilder xml)
public XmlStringBuilder toXML(String enclosingNamespace)
Element