com.hp.opencall.SIP.SigProvider
Class SIPResponseIntf.ResponseCode
java.lang.Object
com.hp.opencall.SIP.SigProvider.SIPResponseIntf.ResponseCode
- Enclosing class:
- SIPResponseIntf
- public static class SIPResponseIntf.ResponseCode
- extends java.lang.Object
Note that constructor for ResponseCode is PUBLIC ie JSL user is
able to create new arbitary response codes as required.
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
SIPResponseIntf.ResponseCode
public SIPResponseIntf.ResponseCode(java.lang.String reason,
int value)
getReason
public java.lang.String getReason()
getValue
public int getValue()
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object obj)
getResponseCode
public static SIPResponseIntf.ResponseCode getResponseCode(int code)