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

jain.protocol.ip.mgcp.message
Class EndpointConfigurationResponse

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ip.mgcp.JainMgcpEvent
              |
              +--jain.protocol.ip.mgcp.JainMgcpResponseEvent
                    |
                    +--jain.protocol.ip.mgcp.message.EndpointConfigurationResponse
All Implemented Interfaces:
java.io.Serializable

public final class EndpointConfigurationResponse
extends JainMgcpResponseEvent

The acknowledgment to an MGCP EndpointConfiguration command, expressed as an event object.

See Also:
EndpointConfiguration, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EndpointConfigurationResponse(java.lang.Object source, ReturnCode returnCode)
          Constructs a new EndpointConfigurationResponse Event object.

 
Method Summary
 java.lang.String toString()
          Overrides java.lang.Object.toString().
 
Methods inherited from class jain.protocol.ip.mgcp.JainMgcpResponseEvent
BuildResponseHeader, getReturnCode, setReturnCode
 
Methods inherited from class jain.protocol.ip.mgcp.JainMgcpEvent
BuildListParmLine, getObjectIdentifier, getTransactionHandle, setTransactionHandle
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointConfigurationResponse

public EndpointConfigurationResponse(java.lang.Object source,
                                     ReturnCode returnCode)
                              throws java.lang.IllegalArgumentException
Constructs a new EndpointConfigurationResponse Event object.

Parameters:
returnCode - The return code.
Throws:
java.lang.IllegalArgumentException - Thrown if return code parameter is null-valued.
Method Detail

toString

public java.lang.String toString()
Overrides java.lang.Object.toString().
Overrides:
toString in class java.util.EventObject

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

Copyright © 2000 Sun Microsystems, Inc.