public interface Message<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.Void |
NO_DATA |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
create(T data)
creates xml document of the required type stuffed with the specified data
|
T |
read(org.w3c.dom.Document document)
reads xml document and returns java object with its data
|
org.w3c.dom.Document create(T data) throws RepositoryClientException
RepositoryClientException
T read(org.w3c.dom.Document document) throws RepositoryClientException
RepositoryClientException
RoboSuite Java API, v9.7.7763