Package javax.sip

This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view.

See: Description

Package javax.sip Description

This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view.

Messaging model:
The architecture specifies that outgoing messages are sent via the SipProvider and can either be of type Request or Response. This action is initiated by the application. Incoming messages on the other hand are passed to an application registered to the SipProvider and can either be of type RequestEvent or ResponseEvent, each containing a Request or Response message respectively. This architecture follows the Listener/Provider event model, which is suitable for applications that are unsure when the next event will arrive i.e. the applications listens for it.

Copyright © 2018. All Rights Reserved.