Class JingleTransport.JingleTransportCandidate

    • Constructor Detail

      • JingleTransportCandidate

        public JingleTransportCandidate()
        Creates a new TransportNegotiator child.
      • JingleTransportCandidate

        public JingleTransportCandidate​(TransportCandidate candidate)
        Creates a new TransportNegotiator child.
        Parameters:
        candidate - the jmf transport candidate
    • Method Detail

      • getElementName

        public static java.lang.String getElementName()
        Returns the XML element name of the element.
        Returns:
        the XML element name of the element.
      • getMediaTransport

        public TransportCandidate getMediaTransport()
        Get the current transportElement candidate.
        Returns:
        the transportElement candidate
      • setMediaTransport

        public void setMediaTransport​(TransportCandidate cand)
        Set the transportElement candidate.
        Parameters:
        cand - the transportElement candidate
      • getChildElements

        protected java.lang.String getChildElements()
        Get the list of attributes.
        Returns:
        a string with the list of attributes.
      • toXML

        public java.lang.String toXML()
        Obtain a valid XML representation of a transport candidate.
        Returns:
        A string containing the XML dump of the transport candidate.