JAIN SIP API
v1.1 - 23rd June 2003

Serialized Form


Package javax.sip

Class javax.sip.DialogState 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.InvalidArgumentException 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.ObjectInUseException implements Serializable

Class javax.sip.PeerUnavailableException implements Serializable

Class javax.sip.RequestEvent implements Serializable

Serialized Fields

m_request

Request m_request

m_transaction

ServerTransaction m_transaction

Class javax.sip.ResponseEvent implements Serializable

Serialized Fields

m_response

Response m_response

m_transaction

ClientTransaction m_transaction

Class javax.sip.SipException 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 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 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 implements Serializable

Class javax.sip.TransactionDoesNotExistException implements Serializable

Class javax.sip.TransactionState 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.TransactionUnavailableException implements Serializable

Class javax.sip.TransportNotSupportedException implements Serializable


Package javax.sip.header

Class javax.sip.header.TooManyHopsException implements Serializable


JAIN SIP API
v1.1 - 23rd June 2003

If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing to the
JAIN-SIP-Interest list at http://archives.java.sun.com
Copyright - 2003 Sun Microsystems