jain.protocol.ip.mgcp.message.parms
Class EndpointConfigurationParms
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.EndpointConfigurationParms
- All Implemented Interfaces:
- java.io.Serializable
- public final class EndpointConfigurationParms
- extends java.lang.Object
- implements java.io.Serializable
Contains all the parameters that would be sent in an
EndpointConfiguration Command Event object, except for the Endpoint Identifier. Used to encapsulate
endpoint configuration information in other MGCP commands.
- See Also:
EndpointConfiguration
, Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointConfigurationParms
public EndpointConfigurationParms(BearerInformation bearerInformation)
- Constructs a new EndpointConfigurationParms object, setting the Bearer Information parameters.
- Parameters:
bearerInformation
- The Bearer Information.
getBearerInformation
public BearerInformation getBearerInformation()
- Gets the Bearer Information.
- Returns:
- A reference to the Bearer Information object in this event.
setBearerInformation
public void setBearerInformation(BearerInformation bearerInformation)
- Sets the Bearer Information.
- Parameters:
bearerInformation
- A reference to a Bearer Information object.
Copyright © 2000 Sun Microsystems, Inc.