|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
public class TransferPacketExtension
Implements AbstractPacketExtension for the "transfer" element defined by XEP-0251: Jingle Session Transfer.
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The name of the "transfer" element. |
static String |
FROM_ATTR_NAME
The name of the "from" attribute of the "transfer" element. |
static String |
NAMESPACE
The namespace of the "transfer" element. |
static String |
SID_ATTR_NAME
The name of the "sid" attribute of the "transfer" element. |
static String |
TO_ATTR_NAME
The name of the "to" attribute of the "transfer" element. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
TransferPacketExtension()
Initializes a new TransferPacketExtension instance. |
|
| Method Summary | |
|---|---|
String |
getFrom()
Gets the value of the "from" attribute of this "transfer" element. |
String |
getSID()
Gets the value of the "sid" attribute of this "transfer" element. |
String |
getTo()
Gets the value of the "to" attribute of this "transfer" element. |
void |
setFrom(String from)
Sets the value of the "from" attribute of this "transfer" element. |
void |
setSID(String sid)
Sets the value of the "sid" attribute of this "transfer" element. |
void |
setTo(String to)
Sets the value of the "to" attribute of this "transfer" element. |
| Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
addChildExtension, getAttribute, getAttributeAsInt, getAttributeAsInt, getAttributeAsString, getAttributeAsURI, getAttributeNames, getChildExtensions, getChildExtensionsOfType, getElementName, getFirstChildOfType, getNamespace, getText, removeAttribute, setAttribute, setNamespace, setText, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ELEMENT_NAME
public static final String FROM_ATTR_NAME
public static final String NAMESPACE
public static final String SID_ATTR_NAME
public static final String TO_ATTR_NAME
| Constructor Detail |
|---|
public TransferPacketExtension()
| Method Detail |
|---|
public String getFrom()
public void setFrom(String from)
from - the value of the "from" attribute of this "transfer" elementpublic String getSID()
public void setSID(String sid)
sid - the value of the "sid" attribute of this "transfer" elementpublic String getTo()
public void setTo(String to)
to - the value of the "to" attribute of this "transfer" element
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||