|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SipActionObject in org.cafesip.sipunit |
|---|
| Classes in org.cafesip.sipunit that implement SipActionObject | |
|---|---|
class |
EventSubscriber
The EventSubscriber class represents a generic subscription conforming to the event subscription and asynchronous notification framework defined by RFC-3265. |
class |
PresenceSubscriber
The PresenceSubscriber class represents a buddy from a SipPhone buddy list or a single-shot presence fetch performed by a SipPhone. |
class |
ReferSubscriber
The ReferSubscriber class represents the implicit subscription created by sending a REFER request via the SipPhone.refer() method. |
class |
SipCall
This class is used for handling one leg of a call. |
class |
SipPhone
This class provides a test program with User Agent (UA) access to the SIP protocol in the form of a SIP phone. |
class |
SipSession
Methods of this class provide the test program with low-level access to a SIP session. |
| Methods in org.cafesip.sipunit with parameters of type SipActionObject | |
|---|---|
void |
SipTestCase.assertLastOperationFail(SipActionObject op)
Asserts that the last SIP operation performed by the given object failed. |
void |
SipTestCase.assertLastOperationFail(java.lang.String msg,
SipActionObject op)
Asserts that the last SIP operation performed by the given object failed. |
void |
SipTestCase.assertLastOperationSuccess(SipActionObject op)
Asserts that the last SIP operation performed by the given object was successful. |
void |
SipTestCase.assertLastOperationSuccess(java.lang.String msg,
SipActionObject op)
Asserts that the last SIP operation performed by the given object was successful. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||