-
-
Method Summary
Modifier and Type Method Description voidsetMessageType(char requestType)Checks whether requestType is a valid request type and if yes sets it as the type of the current instance. -
Methods inherited from class org.ice4j.message.Message
containsAttribute, decode, encode, equals, getAttribute, getAttributeCount, getAttributes, getDataLength, getDataLengthWithoutPadding, getMessageType, getName, getTransactionID, isErrorResponseType, isIndicationType, isRequestType, isResponseType, isSuccessResponseType, putAttribute, removeAttribute, setTransactionID, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setMessageType
void setMessageType(char requestType)
Checks whether requestType is a valid request type and if yes sets it as the type of the current instance.
- Parameters:
requestType- the type to set
-
-
-
-