webphone
Class SIPNotification.Answer

java.lang.Object
  extended by webphone.SIPNotification
      extended by webphone.SIPNotification.Answer
Enclosing class:
SIPNotification

public static class SIPNotification.Answer
extends SIPNotification

ANSWER notification.
Triggered by: API answers
Event: SIPNotificationListener.onAnswer
Fields: ANSWER,details


Method Summary
 java.lang.StringgetRequest()
          the previous request
 java.lang.StringgetResult()
          the answer
 java.lang.StringgetText()
          all text
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
   

Method Detail

getText

public java.lang.String getText()
all text


getRequest

public java.lang.String getRequest()
the previous request


getResult

public java.lang.String getResult()
the answer