Package org.jivesoftware.smack.packet
Class IqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>
- java.lang.Object
-
- org.jivesoftware.smack.packet.StanzaBuilder<IB>
-
- org.jivesoftware.smack.packet.AbstractIqBuilder<IB>
-
- org.jivesoftware.smack.packet.IqBuilder<IB,I>
-
- All Implemented Interfaces:
IqView,StanzaView,XmlLangElement
- Direct Known Subclasses:
DiscoverInfoBuilder,Jingle.Builder
public abstract class IqBuilder<IB extends IqBuilder<IB,I>,I extends IQ> extends AbstractIqBuilder<IB>
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.packet.AbstractIqBuilder
type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIqBuilder(String stanzaId)protectedIqBuilder(AbstractIqBuilder<?> other)protectedIqBuilder(IQ other, String stanzaId)protectedIqBuilder(XMPPConnection connection)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Ibuild()IBofType(IQ.Type type)-
Methods inherited from class org.jivesoftware.smack.packet.AbstractIqBuilder
addStanzaSpecificAttributes, createErrorResponse, createResponse, createResponse, getType
-
Methods inherited from class org.jivesoftware.smack.packet.StanzaBuilder
addExtension, addExtensions, addOptExtensions, buildIqData, buildMessage, buildMessage, buildMessageFrom, buildMessageFrom, buildPresence, buildPresence, buildPresenceFrom, buildPresenceFrom, buildResponse, from, from, getError, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getLanguage, getStanzaId, getThis, getTo, overrideExtension, removeExtension, removeExtension, setError, setLanguage, throwIfNoStanzaId, to, to, toString, willBuildStanzaWithId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.StanzaView
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlLangElement
getLanguage
-
-
-
-
Constructor Detail
-
IqBuilder
protected IqBuilder(AbstractIqBuilder<?> other)
-
IqBuilder
protected IqBuilder(XMPPConnection connection)
-
-