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

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

Constructor Summary
EndpointConfigurationParms(BearerInformation bearerInformation)
          Constructs a new EndpointConfigurationParms object, setting the Bearer Information parameters.

 
Method Summary
 BearerInformation getBearerInformation()
          Gets the Bearer Information.

 void setBearerInformation(BearerInformation bearerInformation)
          Sets the Bearer Information.

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

Constructor Detail

EndpointConfigurationParms

public EndpointConfigurationParms(BearerInformation bearerInformation)
Constructs a new EndpointConfigurationParms object, setting the Bearer Information parameters.

Parameters:
bearerInformation - The Bearer Information.
Method Detail

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.

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

Copyright © 2000 Sun Microsystems, Inc.