JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

jain.protocol.ip.mgcp.message.parms
Class ConnectionDescriptor

java.lang.Object
  |
  +--jain.protocol.ip.mgcp.message.parms.ConnectionDescriptor
All Implemented Interfaces:
java.io.Serializable

public final class ConnectionDescriptor
extends java.lang.Object
implements java.io.Serializable

A connection description, in the form of a Session Description Protocol (SDP) string.

See Also:
Serialized Form

Constructor Summary
ConnectionDescriptor(java.lang.String connectionDescriptor)
          Constructs a new Connection Descriptor, setting the description string.

 
Method Summary
 void setConnectionDescriptor(java.lang.String connectionDescriptor)
          Sets the connection descriptor string.

 java.lang.String toString()
          Gets the connection description.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionDescriptor

public ConnectionDescriptor(java.lang.String connectionDescriptor)
Constructs a new Connection Descriptor, setting the description string.

Parameters:
connectionDescriptor - The string to be used as the connection description.
Method Detail

setConnectionDescriptor

public void setConnectionDescriptor(java.lang.String connectionDescriptor)
Sets the connection descriptor string.

Parameters:
connectionDescriptor - The Connection description.

toString

public java.lang.String toString()
Gets the connection description.

Overrides:
toString in class java.lang.Object
Returns:
The Connection description.

JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.