JAIN-SIP 2.0 API

Serialized Form


Package javax.sip

Class javax.sip.DialogDoesNotExistException extends SipException implements Serializable

Class javax.sip.DialogState extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws 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:
ObjectStreamException
Serialized Fields

m_dialogState

int m_dialogState

Class javax.sip.DialogTerminatedEvent extends EventObject implements Serializable

Serialized Fields

m_dialog

Dialog m_dialog

Class javax.sip.DialogTimeoutEvent extends EventObject implements Serializable

serialVersionUID: -2514000059989311925L

Serialized Fields

m_dialog

Dialog m_dialog

m_reason

DialogTimeoutEvent.Reason m_reason

Class javax.sip.InvalidArgumentException extends Exception implements Serializable

Serialized Fields

m_Cause

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 EventObject implements Serializable

Serialized Fields

m_host

String m_host

m_port

int m_port

m_transport

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 EventObject implements Serializable

Serialized Fields

remoteIpAddress

String remoteIpAddress

remotePort

int remotePort

m_listeningPoint

ListeningPoint m_listeningPoint

m_request

Request m_request

m_transaction

ServerTransaction m_transaction

m_dialog

Dialog m_dialog

Class javax.sip.ResponseEvent extends EventObject implements Serializable

Serialized Fields

isForked

boolean isForked

m_listeningPoint

ListeningPoint m_listeningPoint

remoteIpAddress

String remoteIpAddress

remotePort

int remotePort

m_response

Response m_response

m_transaction

ClientTransaction m_transaction

m_dialog

Dialog m_dialog

m_originalTransaction

ClientTransaction m_originalTransaction

Class javax.sip.SipException extends Exception implements Serializable

Serialized Fields

m_Cause

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 Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws 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:
ObjectStreamException
Serialized Fields

m_timeout

int m_timeout

Class javax.sip.TimeoutEvent extends 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 Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws 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:
ObjectStreamException
Serialized Fields

m_transactionState

int m_transactionState

Class javax.sip.TransactionTerminatedEvent extends 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.header.ims

Package javax.sip.message


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.