|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.request | |
de.knipp.rritoolkit.response |
Uses of Message in de.knipp.rritoolkit.message |
---|
Subclasses of Message in de.knipp.rritoolkit.message | |
---|---|
class |
AuthInfo2NotifyMessage
class that represents the AuthInfo2 notify message |
class |
AuthInfoExpireMessage
class that represents the AuthInfo expire message |
class |
ChangeProvAuthInfoMessage
class that represents the change provider via AuthInfo message |
class |
ChangeProvMessageBase
base class for both the messages related to the old provider change process and related to the new AuthInfo based mechanism |
class |
DeleteLegalMessage
class that represents the DeleteLegal message |
class |
DomainExpireMessage
class that represents the domain expire message |
class |
DomainExpireWarningMessage
class that represents the domain expire message |
class |
ExpireMessageBase
abstract intermediate class which operates as the base class for expire messages |
Methods in de.knipp.rritoolkit.message that return Message | |
---|---|
protected static Message |
Message.createMessage(Message.Type type)
factory for the various message types |
static Message |
Message.fromList(KVList list)
initializes the instance from the given key-value multi-list |
static Message |
Message.fromXml(org.w3c.dom.Element el)
create an instance from the given XML element |
Uses of Message in de.knipp.rritoolkit.request |
---|
Methods in de.knipp.rritoolkit.request with parameters of type Message | |
---|---|
void |
QueueDeleteRequest.setMessage(Message msg)
take the type and ID from the given message |
Uses of Message in de.knipp.rritoolkit.response |
---|
Fields in de.knipp.rritoolkit.response declared as Message | |
---|---|
private Message |
QueueReadResponse.message
the read message, if any |
Methods in de.knipp.rritoolkit.response that return Message | |
---|---|
Message |
QueueReadResponse.getMessage()
return the retrieved message |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |