Package | Description |
---|---|
org.gcube.vremanagement.resourcebroker.utils.serialization.parser.xstream |
Modifier and Type | Method and Description |
---|---|
PlanResponse |
XStreamTransformer.getResponseFromXML(java.lang.String xml,
boolean validate)
Given an XML representation of a
PlanResponse instance
it returns its object representation. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XStreamTransformer.toXML(PlanResponse response)
Given a
PlanResponse element it is serialized in its XML
representation. |