|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.CapabilityValue
|
+--jain.protocol.ip.mgcp.message.parms.SupportedPackages
This class represents an endpoint capability expressed as a list of supported MGCP event/signal packages.
| Fields inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue |
LOCAL_OPTION_VALUE, SUPPORTED_MODES, SUPPORTED_PACKAGES |
| Constructor Summary | |
SupportedPackages(PackageName[] supportedPackageNames)
|
|
| Method Summary | |
PackageName[] |
getSupportedPackageNames()
Returns the list of supported package names that is encapsulated by this CapabilityValue object. |
java.lang.String |
toString()
Returns a String of the form "v:<supportedPackageNames>" where <supportedPackageNames> is a comma-separated list of supported package names. |
| Methods inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue |
getCapabilityValueType, getLocalOptionValue, getSupportedModes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SupportedPackages(PackageName[] supportedPackageNames)
| Method Detail |
public PackageName[] getSupportedPackageNames()
getSupportedPackageNames in class CapabilityValuejain.protocol.ip.mgcp.message.parms.CapabilityValuejava.lang.NoSuchFieldException - Thrown if this CapabilityValue object does not represent a list of supported packages.public java.lang.String toString()
toString in class java.lang.Object
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||