JSIP API v1.2
November 2006

Serialized Form


Package javax.sip

Class javax.sip.DialogDoesNotExistException extends SipException implements Serializable

Class javax.sip.DialogState extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Returns the designated type as an alternative object to be used when writing an object to a stream. This method would be used when for example serializing DialogState.EARLY and deserializing it afterwards results again in DialogState.EARLY. If you do not implement readResolve(), you would not get DialogState.EARLY but an instance with similar content.

Throws:
java.io.ObjectStreamException
Serialized Fields

m_dialogState

int m_dialogState

Class javax.sip.DialogTerminatedEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_dialog

Dialog m_dialog

Class javax.sip.InvalidArgumentException extends java.lang.Exception implements Serializable

Serialized Fields

m_Cause

java.lang.Throwable m_Cause
The specialized cause that triggered this Exception. This cause informs an application of the underlying implementation problem that triggered this Exception.

Class javax.sip.IOExceptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_host

java.lang.String m_host

m_port

int m_port

m_transport

java.lang.String m_transport

Class javax.sip.ObjectInUseException extends SipException implements Serializable

Class javax.sip.PeerUnavailableException extends SipException implements Serializable

Class javax.sip.ProviderDoesNotExistException extends SipException implements Serializable

Class javax.sip.RequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_request

Request m_request

m_transaction

ServerTransaction m_transaction

m_dialog

Dialog m_dialog

Class javax.sip.ResponseEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_response

Response m_response

m_transaction

ClientTransaction m_transaction

m_dialog

Dialog m_dialog

Class javax.sip.SipException extends java.lang.Exception implements Serializable

Serialized Fields

m_Cause

java.lang.Throwable m_Cause
The specialized cause that triggered this Exception. This cause informs an application of the underlying implementation problem that triggered this Exception.

Class javax.sip.Timeout extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Returns the designated type as an alternative object to be used when writing an object to a stream. This method would be used when for example serializing Timeout.RETRANSMIT and deserializing it afterwards results again in Timeout.RETRANSMIT. If you do not implement readResolve(), you would not get Timeout.RETRANSMIT but an instance with similar content.

Throws:
java.io.ObjectStreamException
Serialized Fields

m_timeout

int m_timeout

Class javax.sip.TimeoutEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_timeout

Timeout m_timeout

m_isServerTransaction

boolean m_isServerTransaction

m_serverTransaction

ServerTransaction m_serverTransaction

m_clientTransaction

ClientTransaction m_clientTransaction

Class javax.sip.TransactionAlreadyExistsException extends SipException implements Serializable

Class javax.sip.TransactionDoesNotExistException extends SipException implements Serializable

Class javax.sip.TransactionState extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Returns the designated type as an alternative object to be used when writing an object to a stream. This method would be used when for example serializing TransactionState.EARLY and deserializing it afterwards results again in TransactionState.EARLY. If you do not implement readResolve(), you would not get TransactionState.EARLY but an instance with similar content.

Throws:
java.io.ObjectStreamException
Serialized Fields

m_transactionState

int m_transactionState

Class javax.sip.TransactionTerminatedEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_isServerTransaction

boolean m_isServerTransaction

m_serverTransaction

ServerTransaction m_serverTransaction

m_clientTransaction

ClientTransaction m_clientTransaction

Class javax.sip.TransactionUnavailableException extends SipException implements Serializable

Class javax.sip.TransportAlreadySupportedException extends SipException implements Serializable

Class javax.sip.TransportNotSupportedException extends SipException implements Serializable


Package javax.sip.address

Package javax.sip.header

Class javax.sip.header.TooManyHopsException extends SipException implements Serializable


Package javax.sip.message


JSIP API v1.2
November 2006

If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing at http://archives.java.sun.com
Copyright - 2006 BEA Systems and Sun Microsystems