Package org.jivesoftware.smack.packet
Class AbstractIqBuilder<IB extends AbstractIqBuilder<IB>>
java.lang.Object
org.jivesoftware.smack.packet.StanzaBuilder<IB>
org.jivesoftware.smack.packet.AbstractIqBuilder<IB>
- All Implemented Interfaces:
IqView,StanzaView,XmlLangElement
public abstract class AbstractIqBuilder<IB extends AbstractIqBuilder<IB>>
extends StanzaBuilder<IB>
implements IqView
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidstatic IqDatacreateErrorResponse(IqView request) static IqDatacreateResponse(IqView request) protected static IqDatacreateResponse(IqView request, IQ.ResponseType responseType) final IQ.TypegetType()Returns the type of the IQ packet.Methods inherited from class org.jivesoftware.smack.packet.StanzaBuilder
addExtension, addExtensions, addOptExtensions, build, 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, willBuildStanzaWithIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.IqView
isRequestIQ, isResponseIQMethods inherited from interface org.jivesoftware.smack.packet.StanzaView
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtensionMethods inherited from interface org.jivesoftware.smack.packet.XmlLangElement
getLanguage
-
Field Details
-
type
-
-
Method Details
-
createResponse
-
createErrorResponse
-
createResponse
-
addStanzaSpecificAttributes
- Specified by:
addStanzaSpecificAttributesin classStanzaBuilder<IB extends AbstractIqBuilder<IB>>
-
getType
Description copied from interface:IqViewReturns the type of the IQ packet.
-