Uses of Package
jain.protocol.ip.sip

Packages that use jain.protocol.ip.sip
jain.protocol.ip.sip This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. 
jain.protocol.ip.sip.header This package contains the classes representing SIP headers. 
jain.protocol.ip.sip.message This package contains the Event classes representing SIP Messages. 
 

Classes in jain.protocol.ip.sip used by jain.protocol.ip.sip
BasicCredentials
          This class represents Basic Authentication scheme Credentials.
Challenge
          This class represents a generic SIP authentication challenge.
Credentials
          This class represents generic credentials for an authentication scheme.
JainSipListener
          This interface defines the methods required by all SIP user applications to receive and process JAIN SIP Events that are emitted by an object implementing the JainSipProvider interface.
JainSipProvider
          This interface must be implemented by any Object representing a JAIN SIP Provider that interacts directly with a proprietary (stack vendor specific) implementation of a SIP stack.
JainSipStack
          This interface defines the methods required to represent a proprietary JAIN SIP protocol stack, the implementation of which will be vendor specific.
ListeningPoint
          This class represents a unique IP network listening point, and consists of host, port and transport
ListeningPointUnavailableException
          This Exception is thrown when an attempt is made to create a JainSipProvider with a ListeningPoint which is not owned by the JainSipStack, or if another JainSipProvider is already using the ListeningPoint
NameAddress
          This class represents a user's display name and address.
ParameterNotSetException
          This exception is thrown if an attempt is made to access a non-existent parameter of a Header
ResponseDoesNotExistException
          This Exception is thrown when a user attempts to get a ResponseMessage for a transaction which has no ResponseMessage
SipException
          This JAIN SIP Exception is thrown when a general JAIN SIP Error is encountered, and may be used when no other specific Jain SIP Exception is relevant.
SipURL
           This class represents a SIP URL.
TransactionDoesNotExistException
          This Exception is thrown when a user attempts to reference a transaction that does not exist
UnableToDeleteProviderException
          This exception is thrown if the deleteProvider method of a JainSipStack is invoked to delete a JainSipProvider but the deletion is not allowed.
URI
          This class represents a Universal Resource Identifier.
 

Classes in jain.protocol.ip.sip used by jain.protocol.ip.sip.header
Challenge
          This class represents a generic SIP authentication challenge.
Credentials
          This class represents generic credentials for an authentication scheme.
NameAddress
          This class represents a user's display name and address.
ParameterNotSetException
          This exception is thrown if an attempt is made to access a non-existent parameter of a Header
SipException
          This JAIN SIP Exception is thrown when a general JAIN SIP Error is encountered, and may be used when no other specific Jain SIP Exception is relevant.
 

Classes in jain.protocol.ip.sip used by jain.protocol.ip.sip.message
BodyNotSetException
          This exception is thrown if an attempt is made to perform any method on a bodyless Message that relies on the existemce of a Message body.
HeaderNotSetException
          This exception is thrown if an attempt is made to access a non-existent Header of a Message
SipException
          This JAIN SIP Exception is thrown when a general JAIN SIP Error is encountered, and may be used when no other specific Jain SIP Exception is relevant.
URI
          This class represents a Universal Resource Identifier.
 



If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems