|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ResourceListsParser
public final class ResourceListsParser
Utility class that helps to converts resource-lists xml to the object model and object model to the resource-lists xml.
| Method Summary | |
|---|---|
static ResourceListsType |
fromXml(String xml)
Creates resource-lists object from the element. |
static String |
toXml(ResourceListsType resourceLists)
Creates XML from the resource-lists element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ResourceListsType fromXml(String xml)
throws ParsingException
xml - the XML to analyze.
ParsingException - if there is some error during parsing.
public static String toXml(ResourceListsType resourceLists)
throws ParsingException
resourceLists - the resource-lists to analyze.
ParsingException - if there is some error during parsing.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||