net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class NotWellFormedType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.NotWellFormedType
- All Implemented Interfaces:
- XCapError
public class NotWellFormedType
- extends BaseXCapError
The XCAP not-well-formed element. Indicates that the body of the request was
not a well-formed XML document.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotWellFormedType
public NotWellFormedType(String phrase)
- Creates the XCAP not-well-formed error with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.