|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.rest.RestXMLFragment
@StableMinor(version="6.1", sinceVersion="6.1") public class RestXMLFragment
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.
Constructor Summary | |
---|---|
RestXMLFragment(java.lang.String value)
Creates a new REST XML fragment based on the given XML code. |
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the code of this XML fragment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestXMLFragment(java.lang.String value)
value
- the XML fragment code.Method Detail |
---|
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |