public abstract static class JingleTransport.JingleTransportCandidate extends Object
TransportCandidate| Modifier and Type | Field and Description |
|---|---|
static String |
NODENAME |
protected TransportCandidate |
transportCandidate |
| Constructor and Description |
|---|
JingleTransportCandidate()
Creates a new TransportNegotiator child.
|
JingleTransportCandidate(TransportCandidate candidate)
Creates a new TransportNegotiator child.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getChildElements()
Get the list of attributes.
|
static String |
getElementName()
Returns the XML element name of the element.
|
TransportCandidate |
getMediaTransport()
Get the current transportElement candidate.
|
void |
setMediaTransport(TransportCandidate cand)
Set the transportElement candidate.
|
String |
toXML()
Obtain a valid XML representation of a trancport candidate
|
public static final String NODENAME
protected TransportCandidate transportCandidate
public JingleTransportCandidate()
public JingleTransportCandidate(TransportCandidate candidate)
candidate - the jmf transport candidatepublic static String getElementName()
public TransportCandidate getMediaTransport()
public void setMediaTransport(TransportCandidate cand)
cand - the transportElement candidateprotected String getChildElements()