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, waitgetNamespacepublic 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()
NamedElementgetElementName in interface NamedElementprotected void addExtraAttributes(XmlStringBuilder xml)
public XmlStringBuilder toXML(String enclosingNamespace)
Element