|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
JainMgcpListener | This interface defines the methods that must be implemented by any
MGCP user application to receive and process JAIN MGCP Events emitted
by an object that implements the JainMgcpProvider
interface. |
JainMgcpProvider | This interface must be implemented by any class that represents the JAIN MGCP abstraction of an MGCP stack and that interacts directly with a proprietary (vendor-specific) implementation of that MGCP stack. |
JainMgcpStack | This interface defines the methods that are required to represent a proprietary JAIN MGCP protocol stack, the implementation of which will be vendor-specific. |
Class Summary | |
JainMgcpCommandEvent | The base class for all JAIN MGCP Command Events. |
JainMgcpEvent | The base class for all JAIN MGCP Events. |
JainMgcpResponseEvent | The base class for all JAIN MGCP Response Events. |
Exception Summary | |
CreateProviderException | The CreateProviderException is thrown when a problem is encountered while trying to instantiate an object that implements the JainMgcpProvider interface. |
DeleteProviderException | The DeleteProviderException is thrown when a problem is encountered while trying to delete an object that implements the JainMgcpProvider interface. |
JainIPMgcpException | The JainIPMgcpException is used a base class from which specific JAIN MGCP exceptions derive and can be thrown (and caught) when no specific JAIN MGCP exception is applicable. |
This package contains the main interfaces for representing JAIN MGCP protocol stacks and JAIN MGCP Providers and Listeners and the definition of classes and exceptions needed to send and receive MGCP commands and responses.
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |