public interface ResponseMessage extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getSipApplicationSessionId()
Get the SIP application session ID.
|
<T extends ResponseMessage> |
getType()
Returns the specific type of response message.
|
boolean |
isError()
Returns true if the response message is an error message.
|
String getSipApplicationSessionId()
boolean isError()
<T extends ResponseMessage> Class<T> getType()
T
- Type of the response message.