net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class NotXmlFragType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.NotXmlFragType
- All Implemented Interfaces:
- XCapError
public class NotXmlFragType
- extends BaseXCapError
The XCAP not-xml-frag element. Indicates that the request was supposed to
contain a valid XML fragment body, but did not. Most likely this is because
the XML in the body was malformed or not balanced.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
|
Constructor Summary |
NotXmlFragType(String phrase)
Creates the XCAP not-xml-frag error with phrase attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotXmlFragType
public NotXmlFragType(String phrase)
- Creates the XCAP not-xml-frag error with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.