net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class ExtensionType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.ExtensionType
- All Implemented Interfaces:
- XCapError
public class ExtensionType
- extends BaseXCapError
The XCAP extension element. Indicates an error condition that is defined by
an extension to XCAP. Clients that do not understand the content of the
extension element MUST discard the xcap-error document and treat the error
as an unqualified 409.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
|
Constructor Summary |
ExtensionType()
Creates the XCAP extension error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionType
public ExtensionType()
- Creates the XCAP extension error.
getAny
public List<Element> getAny()
- Gets the value of the any property.
- Returns:
- the any property.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.