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