Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class ExtensionType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
      extended by 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.
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 
Methods inherited from class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
getPhrase, setPhrase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionType

public ExtensionType()
Creates the XCAP extension error.

Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.