Package lumis.portal.rest
Class RestXMLFragment
- java.lang.Object
-
- lumis.portal.rest.RestXMLFragment
-
@StableMinor(version="16.0", sinceVersion="6.1") public class RestXMLFragment extends java.lang.Object
Class that represents the XML fragment to be used in REST.Converters
that support XML type in REST must be able to convert from and/or to this type.- Since:
- 6.1.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Constructor Summary
Constructors Constructor Description RestXMLFragment(java.lang.String value)
Creates a new REST XML fragment based on the given XML code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Returns the code of this XML fragment.
-