FAtiMAConnector, FAtiMARetainer, SuperSimpleMigratingByInviteMindConnector, SuperSimpleMigratingMindConnectorpublic interface Migrating
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessageTag() |
This method returns a string that is used to identify the
state that is encoded by the implementing class and to select the
messages that will be delivered to it.
|
void |
restoreState(org.w3c.dom.Element message) |
This method parses the XML element provided and restores the
state of the object.
|
org.w3c.dom.Element |
saveState(org.w3c.dom.Document document) |
This method encodes the current state of the object and other relevant
information in an XML element in order to be migrated.
|
java.lang.String getMessageTag()
void restoreState(org.w3c.dom.Element message)
message - An XML element that contains the state to be parsedorg.w3c.dom.Element saveState(org.w3c.dom.Document document)
message - The element in which the state of the object should be encoded.